diff --git a/build.gradle.kts b/build.gradle.kts index 44ecbc20b..68afe5051 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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 { @@ -80,7 +80,7 @@ dependencies { } intellij { - version.set("2023.1") + version.set("232.5150-EAP-CANDIDATE-SNAPSHOT") } tasks { @@ -92,8 +92,8 @@ tasks { } patchPluginXml { - sinceBuild.set("231.8109") - untilBuild.set("231.*") + sinceBuild.set("232.5150") + untilBuild.set("232.*") changeNotes.set( """ WARNING: version 1.0 introduces breaking change. You won't be able to use the plugin with IntelliJ version less than 2022.3