Skip to content

Commit

Permalink
Merge branch 'release/v1.0.2-232-eap' into zowe-release/v1.0.2-232-eap
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzianis Lisiankou authored and Dzianis Lisiankou committed Jun 13, 2023
2 parents 9d5abf0 + 03c49bb commit 380b734
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ apply(plugin = "org.jetbrains.intellij")
apply(from = "gradle/sonar.gradle")

group = "org.zowe"
version = "1.0.2-231"
version = "1.0.2-232-eap"
val remoteRobotVersion = "0.11.18"

repositories {
Expand Down Expand Up @@ -80,7 +80,7 @@ dependencies {
}

intellij {
version.set("2023.1")
version.set("232.5150-EAP-CANDIDATE-SNAPSHOT")
}

tasks {
Expand All @@ -92,8 +92,8 @@ tasks {
}

patchPluginXml {
sinceBuild.set("231.8109")
untilBuild.set("231.*")
sinceBuild.set("232.5150")
untilBuild.set("232.*")
changeNotes.set(
"""
<b>WARNING: </b> version 1.0 introduces breaking change. You won't be able to use the plugin with IntelliJ version less than 2022.3
Expand Down

0 comments on commit 380b734

Please sign in to comment.