Skip to content

Commit cb7921f

Browse files
seythyrlian
authored andcommitted
Use Gradle 8 with JDK 17
1 parent cda909e commit cb7921f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android-sdk/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LABEL maintainer "[email protected]"
1313
# support multiarch: i386 architecture
1414
# install Java
1515
# install essential tools
16-
ARG JDK_VERSION=11
16+
ARG JDK_VERSION=17
1717
RUN dpkg --add-architecture i386 && \
1818
apt-get update && \
1919
apt-get dist-upgrade -y && \
@@ -24,7 +24,7 @@ RUN dpkg --add-architecture i386 && \
2424

2525
# download and install Gradle
2626
# https://services.gradle.org/distributions/
27-
ARG GRADLE_VERSION=7.5.1
27+
ARG GRADLE_VERSION=8.1
2828
ARG GRADLE_DIST=bin
2929
RUN cd /opt && \
3030
wget -q https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-${GRADLE_DIST}.zip && \

0 commit comments

Comments
 (0)