Skip to content

Commit

Permalink
Update Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi authored Mar 20, 2024
1 parent ce7e9a3 commit 97ee1fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM eclipse-temurin:22-jre-alpine as builder
FROM openjdk:22-rc-jdk as builder
WORKDIR /usr/app
COPY . .
RUN ./gradlew --no-daemon installBotArchive

FROM eclipse-temurin:22-jre-alpine
FROM openjdk:22-rc-jdk

WORKDIR /usr/app
COPY --from=builder /usr/app/bot/build/installBot .
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-rc-3-bin.zip
distributionUrl=https\://services.gradle.org/distributions-snapshots/gradle-8.7-20240126001219+0000-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 97ee1fc

Please sign in to comment.