Skip to content

Commit 6f3351f

Browse files
committed
Up gradle version to 8.13
1 parent 9a5a25c commit 6f3351f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@Suppress("ConstPropertyName", "MemberVisibilityCanBePrivate")
22
object Versions {
3-
const val project = "0.6.3"
3+
const val project = "0.6.4"
44

55
const val java = 17
66
const val kotlin = "1.9.22"
7-
const val wrapper = "8.9"
7+
const val wrapper = "8.13"
88

99
const val radarCommons = "1.2.4"
1010
const val 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.4-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-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.9-jdk17 AS builder
15+
FROM --platform=$BUILDPLATFORM gradle:8.13-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.9-jdk17 AS builder
15+
FROM --platform=$BUILDPLATFORM gradle:8.13-jdk17 AS builder
1616

1717
RUN mkdir /code
1818
WORKDIR /code

0 commit comments

Comments
 (0)