-
-
Notifications
You must be signed in to change notification settings - Fork 99
CodeQL is selecting the wrong JVM #1781
Copy link
Copy link
Closed
Milestone
Description
ArcadeDB Version:
Snapshot
OS and JDK Version:
Github
Expected behavior
CodeQL analyze the code
Actual behavior
It select java 11 instead of java 17
[2024-10-22 13:50:07] [autobuild] > /home/runner/work/arcadedb/arcadedb/./mvnw clean package -f pom.xml -B -V -e -Dfindbugs.skip -Dcheckstyle.skip -Dpmd.skip=true -Dspotbugs.skip -Denforcer.skip -Dmaven.javadoc.skip -DskipTests -Dmaven.test.skip.exec -Dlicense.skip=true -Drat.skip=true -Dspotless.check.skip=true
[2024-10-22 13:50:07] [autobuild] Picked up JAVA_TOOL_OPTIONS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false
[2024-10-22 13:50:08] [autobuild] Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
[2024-10-22 13:50:08] [autobuild] Maven home: /home/runner/.m2/wrapper/dists/apache-maven-3.9.9-bin/33b4b2b4/apache-maven-3.9.9
[2024-10-22 13:50:08] [autobuild] Java version: 11.0.24, vendor: Eclipse Adoptium, runtime: /usr/lib/jvm/temurin-11-jdk-amd64
[2024-10-22 13:50:08] [autobuild] Default locale: en, platform encoding: UTF-8
[2024-10-22 13:50:08] [autobuild] OS name: "linux", version: "6.5.0-1025-azure", arch: "amd64", family: "unix"Reactions are currently unavailable