Skip to content

Commit

Permalink
update gradle and platform version
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Otto committed Feb 13, 2024
1 parent 7887ae5 commit 847a4d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gradle:8.5
FROM gradle:latest
RUN apt-get update
RUN apt-get install postgresql sudo -y

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

dependencies {
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("com.google.protobuf:protobuf-gradle-plugin")
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
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
zipStorePath=wrapper/dists

0 comments on commit 847a4d5

Please sign in to comment.