Skip to content

Commit f8bcade

Browse files
committed
Upgrade to Gradle 8.14
1 parent a52cd58 commit f8bcade

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
project = "0.7.2"
33
java = "17"
4-
gradle = "8.13"
4+
gradle = "8.14"
55
kotlin = "1.9.22"
66
radarCommons = "1.2.4"
77
confluent = "7.8.1"

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.13-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

kafka-connect-fitbit-source/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=$BUILDPLATFORM gradle:8.13-jdk17 AS builder
15+
FROM --platform=$BUILDPLATFORM gradle:8.14-jdk17 AS builder
1616

1717
RUN mkdir /code
1818
WORKDIR /code

kafka-connect-oura-source/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=$BUILDPLATFORM gradle:8.13-jdk17 AS builder
15+
FROM --platform=$BUILDPLATFORM gradle:8.14-jdk17 AS builder
1616

1717
RUN mkdir /code
1818
WORKDIR /code

0 commit comments

Comments
 (0)