Skip to content

Commit 5bad4d4

Browse files
chore: update Gradle wrapper version to 8.14 (#394)
Removed an unused plugin dependency
1 parent 5d3abd8 commit 5bad4d4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ plugins {
99
id("com.github.vlsi.gradle-extensions") version "1.74"
1010
id("com.diffplug.spotless") version "6.19.0"
1111
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
12-
id("org.cyclonedx.bom") version "1.8.2"
1312
}
1413

1514
var IMMUTABLES_VERSION = properties.get("immutables.version")
@@ -31,7 +30,7 @@ dependencies {
3130
}
3231

3332
val submodulesUpdate by
34-
tasks.creating(Exec::class) {
33+
tasks.registering(Exec::class) {
3534
group = "Build Setup"
3635
description = "Updates (and inits) substrait git submodule"
3736
commandLine = listOf("git", "submodule", "update", "--init", "--recursive")

gradle/gradle-daemon-jvm.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#This file is generated by updateDaemonJvm
2+
toolchainVersion=17

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.8-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)