Skip to content

Commit 8ca1c8f

Browse files
committed
Update Gradle to 8.14
1 parent 393ea5b commit 8ca1c8f

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

buildSrc/src/main/kotlin/utils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import org.gradle.plugin.devel.PluginDeclaration
1010
fun Configuration.compatibilityAttributes(objects: ObjectFactory) {
1111
attributes {
1212
attribute(TargetJvmVersion.TARGET_JVM_VERSION_ATTRIBUTE, 17)
13-
attribute(GradlePluginApiVersion.GRADLE_PLUGIN_API_VERSION_ATTRIBUTE, objects.named("8.12"))
13+
attribute(GradlePluginApiVersion.GRADLE_PLUGIN_API_VERSION_ATTRIBUTE, objects.named("8.14"))
1414
}
1515
}
1616

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ mockk = "io.mockk:mockk:1.14.2"
4848
gradle-licenser = "net.kyori:indra-licenser-spotless:3.1.3"
4949
gradle-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.25.0"
5050
gradle-shadow = "com.gradleup.shadow:com.gradleup.shadow.gradle.plugin:8.3.6"
51-
gradle-kotlin-dsl = "org.gradle.kotlin.kotlin-dsl:org.gradle.kotlin.kotlin-dsl.gradle.plugin:5.1.2"
51+
gradle-kotlin-dsl = "org.gradle.kotlin.kotlin-dsl:org.gradle.kotlin.kotlin-dsl.gradle.plugin:5.2.0"
5252
gradle-plugin-kotlin = { module = "org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin" }
53-
gradle-plugin-publish = "com.gradle.publish:plugin-publish-plugin:1.2.1"
53+
gradle-plugin-publish = "com.gradle.publish:plugin-publish-plugin:1.3.1"
5454

5555
[bundles]
5656
asm = ["asm-core", "asm-tree"]

gradle/wrapper/gradle-wrapper.jar

181 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)