Skip to content
Snippets Groups Projects
Commit 81201816 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

downgrade jdk version 19 to 17

parent d3f51b03
No related branches found
No related tags found
No related merge requests found
Pipeline #5455 passed with stage
in 3 minutes and 11 seconds
......@@ -38,7 +38,7 @@ ENV ANDROID_HOME=$ANDROID_HOME
COPY --from=download $DEPENDENCY_DIR /
RUN apk add --no-cache openjdk19-jdk \
RUN apk add --no-cache openjdk17-jdk \
&& rm -rf /tmp/* \
&& yes "y" | flutter doctor --android-licenses \
&& dart --disable-analytics \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment