File tree Expand file tree Collapse file tree 4 files changed +8
-11
lines changed Expand file tree Collapse file tree 4 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,6 @@ dependencies {
5353 // Plugin Dependencies. Uses `platformPlugins` property from the gradle.properties file for plugin from JetBrains Marketplace.
5454 plugins(providers.gradleProperty(" platformPlugins" ).map { it.split(' ,' ) })
5555
56- instrumentationTools()
57- pluginVerifier()
58- zipSigner()
5956 testFramework(TestFrameworkType .Platform )
6057 }
6158}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ platformPlugins =
2121platformBundledPlugins = org.jetbrains.plugins.go
2222
2323# Gradle Releases -> https://github.com/gradle/gradle/releases
24- gradleVersion = 8.10.2
24+ gradleVersion = 8.11.1
2525
2626# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
2727kotlin.stdlib.default.dependency = false
Original file line number Diff line number Diff line change 11[versions ]
22# libraries
3- junit = " 5.11.0 "
4- lombok = " 1.18.34 "
5- guava = " 33.3.1 -jre"
6- druid = " 1.2.23 "
3+ junit = " 5.11.4 "
4+ lombok = " 1.18.36 "
5+ guava = " 33.4.0 -jre"
6+ druid = " 1.2.24 "
77jsqlparser = " 5.0"
88evoInflector = " 1.3"
9- annotations = " 24.1.0 "
9+ annotations = " 26.0.1 "
1010
1111# plugins
1212changelog = " 2.2.1"
13- intelliJPlatform = " 2.1.0 "
13+ intelliJPlatform = " 2.2.1 "
1414kotlin = " 1.9.25"
1515kover = " 0.8.3"
1616qodana = " 2024.2.3"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments