Skip to content

Commit d744a57

Browse files
author
Jonathan Pearlin
committed
chore: update to Gradle 8.14.2 (#16711)
1 parent 631fffc commit d744a57

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ plugins {
2626
id "base"
2727
id "com.dorongold.task-tree" version "2.1.1"
2828

29-
id "io.airbyte.gradle.jvm" version "0.65.0" apply false
30-
id "io.airbyte.gradle.jvm.app" version "0.65.0" apply false
31-
id "io.airbyte.gradle.jvm.lib" version "0.65.0" apply false
32-
id "io.airbyte.gradle.docker" version "0.65.0" apply false
33-
id "io.airbyte.gradle.publish" version "0.65.0" apply false
34-
id "io.airbyte.gradle.kube-reload" version "0.65.0" apply false
29+
id "io.airbyte.gradle.jvm" version "0.66.0" apply false
30+
id "io.airbyte.gradle.jvm.app" version "0.66.0" apply false
31+
id "io.airbyte.gradle.jvm.lib" version "0.66.0" apply false
32+
id "io.airbyte.gradle.docker" version "0.66.0" apply false
33+
id "io.airbyte.gradle.publish" version "0.66.0" apply false
34+
id "io.airbyte.gradle.kube-reload" version "0.66.0" apply false
3535
// uncomment for testing plugin locally
3636
// id "io.airbyte.gradle.jvm" version "local-test" apply false
3737
// id "io.airbyte.gradle.jvm.app" version "local-test" apply false

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

0 commit comments

Comments
 (0)