update gradle and platform version

This commit is contained in:
Carsten Otto
2024-02-13 20:20:46 +01:00
parent 7887ae5572
commit 847a4d5b96
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM gradle:8.5 FROM gradle:latest
RUN apt-get update RUN apt-get update
RUN apt-get install postgresql sudo -y RUN apt-get install postgresql sudo -y

View File

@@ -8,7 +8,7 @@ repositories {
dependencies { dependencies {
implementation(platform("de.c-otto.lndmanagej:platform")) implementation(platform("de.c-otto.lndmanagej:platform"))
implementation("de.c-otto:java-conventions:2023.12.01") implementation("de.c-otto:java-conventions:2024.02.13")
implementation("org.springframework.boot:spring-boot-gradle-plugin") implementation("org.springframework.boot:spring-boot-gradle-plugin")
implementation("com.google.protobuf:protobuf-gradle-plugin") implementation("com.google.protobuf:protobuf-gradle-plugin")
} }

View File

@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists