Skip to content

Commit

Permalink
Merge branch 'private-release/v2.0.0' into private-release/v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KUGDev committed Sep 26, 2024
2 parents 352e653 + 5561f86 commit ad802c4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 18 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ val plugins = listOf(
PluginDescriptor(
since = properties("pluginSinceBuild").get(),
until = "232.*",
sdkVersion = "IC-2023.1",
sdkVersion = "IC-2023.1.7",
sourceFolder = "IC-231",
deps = listOf("java", "org.jetbrains.plugins.gradle", "org.jetbrains.kotlin")
),
Expand Down
30 changes: 13 additions & 17 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,19 @@
# IBA Group
# Zowe Community
#

org.gradle.jvmargs = -Xss1M

org.gradle.jvmargs=-Xss1M
# SemVer format -> https://semver.org
pluginVersion = 2.0.0
pluginGroup = eu.ibagroup
pluginRepositoryUrl = https://github.com/for-mainframe/For-Mainframe

pluginVersion=2.0.0
pluginGroup=eu.ibagroup
pluginRepositoryUrl=https://github.com/for-mainframe/For-Mainframe
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 231.9423
pluginUntilBuild =
pluginSinceBuild=231.9423
pluginUntilBuild=
# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 8.7

systemProp.ideLaunchFolder = ".\\ide_for_launch"
systemProp.forMainframePath = "build\\distributions\\for-mainframe-2.0.0-IC-2023.1.zip"
systemProp.remoteRobotUrl = "http://127.0.0.1"
systemProp.ideaBuildVersionForTest = ".\\ideaIC-231.8770.17"
systemProp.robotServerForTest = "robot-server-plugin-0.11.23"
systemProp.ideaVersionForTest = "2023.1.1"
gradleVersion=8.7
systemProp.ideLaunchFolder=".\\ide_for_launch"
systemProp.forMainframePath="build\\distributions\\for-mainframe-2.0.0-IC-2023.1.zip"
systemProp.remoteRobotUrl="http://127.0.0.1"
systemProp.ideaBuildVersionForTest=".\\ideaIC-231.8770.17"
systemProp.robotServerForTest="robot-server-plugin-0.11.23"
systemProp.ideaVersionForTest="2023.1.1"

0 comments on commit ad802c4

Please sign in to comment.