Skip to content

Commit

Permalink
Feature/fix ci (giacomelli#121)
Browse files Browse the repository at this point in the history
* Using Java 21 for Sonar
  • Loading branch information
giacomelli authored Mar 20, 2024
1 parent f44314a commit dd2aaec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setJavaVersionForSonar.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set JAVA_HOME=C:\Program Files\Java\jdk15
set JAVA_HOME=C:\Program Files\Java\jdk21
set Path=%JAVA_HOME%\bin;%Path%
echo Java 15 activated.
echo Java 21 activated.
echo %JAVA_HOME%
java -version

0 comments on commit dd2aaec

Please sign in to comment.