Skip to content

Commit

Permalink
Bump gradle version to 8.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matislovas committed Mar 5, 2025
1 parent 401ecac commit bf24cd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builders/package-aar-jdk-17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ ENV ANDROID_HOME=${WORKDIR}/android-sdk-linux
ENV PATH=${PATH}:${ANDROID_HOME}/platform-tools

# Install gradle
ENV GRADLE_VERSION 8.6
ENV GRADLE_VERSION 8.10.2

ENV GRADLE_CHECKSUM 85719317abd2112f021d4f41f09ec370534ba288432065f4b477b6a3b652910d
ENV GRADLE_CHECKSUM 2ab88d6de2c23e6adae7363ae6e29cbdd2a709e992929b48b6530fd0c7133bd6
RUN wget https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-all.zip && \
echo "${GRADLE_CHECKSUM} gradle-${GRADLE_VERSION}-all.zip" | sha256sum --check && \
unzip gradle-${GRADLE_VERSION}-all.zip && \
Expand Down

0 comments on commit bf24cd7

Please sign in to comment.