File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ RUN pip3 install wheel==0.45.1
5757ENV JAVA_HOME="/var/lang"
5858
5959# Install Java build tools
60- RUN mkdir /usr/local/gradle && curl -L -o gradle.zip https://downloads.gradle.org/distributions/gradle-8.4 -bin.zip && \
60+ RUN mkdir /usr/local/gradle && curl -L -o gradle.zip https://downloads.gradle.org/distributions/gradle-9.0.0 -bin.zip && \
6161 unzip -d /usr/local/gradle gradle.zip && rm gradle.zip && mkdir /usr/local/maven && \
6262 curl -L https://downloads.apache.org/maven/maven-3/3.9.12/binaries/apache-maven-3.9.12-bin.tar.gz | \
6363 tar -zx -C /usr/local/maven
6464
65- ENV PATH="/usr/local/gradle/gradle-8.4 /bin:/usr/local/maven/apache-maven-3.9.12/bin:${PATH}"
65+ ENV PATH="/usr/local/gradle/gradle-9.0.0 /bin:/usr/local/maven/apache-maven-3.9.12/bin:${PATH}"
6666
6767COPY ATTRIBUTION.txt /
6868
You can’t perform that action at this time.
0 commit comments