Skip to content

Commit 1e33090

Browse files
committed
Gradle 8.14-rc-2
1 parent 77b2648 commit 1e33090

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=20f1b1176237254a6fc204d8434196fa11a4cfb387567519c61556e8710aed78
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
3+
distributionSha256Sum=64caf15a08354b01c3c32de0e433179e6678041e8dfe8aa2a27da06ec81c7e35
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-rc-2-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

src/test/groovy/nebula/plugin/dependencylock/DependencyLockPluginWithCoreVerifierSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ empty=annotationProcessor,testAnnotationProcessor
553553
buildscript {
554554
repositories { maven { url = "https://plugins.gradle.org/m2/" } }
555555
dependencies {
556-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22"
556+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.20"
557557
}
558558
}
559559
plugins {

0 commit comments

Comments
 (0)