Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb93e493 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

fix(ci): set JAVA_HOME to Java 21 in GitLab pipeline

parent e7f98ced
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ stages:

before_script:
- export GRADLE_USER_HOME=$(pwd)/.gradle
- export JAVA_HOME=/usr/lib/jvm/java-21-openjdk-amd64
- chmod +x ./gradlew

cache: