File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 2323 SONAR_JAVA_VERSION : 7.13.0.29990
2424 SONAR_SERVER_JAVA_VERSION : 11
2525 UPLOAD_ARTIFACTS : true
26- # current LTS version
2726 - SONAR_SERVER_VERSION : 9.9.0.65466
2827 SONAR_PLUGIN_API_VERSION : 6.7.7
2928 SONAR_JAVA_VERSION : 7.13.0.29990
Original file line number Diff line number Diff line change @@ -28,17 +28,14 @@ jobs:
2828 else
2929 echo "release=false" >> $GITHUB_OUTPUT
3030 fi
31- # Compiles all Gosu test projects using Java 11 beforehand.
32- # By leveraging Gradle cache, this enabled us to run integration tests of Gosu projects against Sonarqube Server
33- # with versions running on Java 17.
34- # This is necessary UNTIL Gosu supports Java 17.
31+ # Compiles all Gosu test projects using Java 17 beforehand.
3532 prep-integration-tests :
3633 runs-on : ubuntu-latest
3734 strategy :
3835 fail-fast : false
3936 matrix :
4037 java :
41- - 11
38+ - 17
4239 steps :
4340 - uses : actions/checkout@v4
4441 with :
7976 SONAR_PLUGIN_API_VERSION : 6.7.7
8077 SONAR_JAVA_VERSION : 7.13.0.29990
8178 SONAR_SERVER_JAVA_VERSION : 11
82- # current LTS version
8379 - SONAR_SERVER_VERSION : 9.9.0
8480 SONAR_WS_VERSION : 8.9.9.56886
8581 SONAR_PLUGIN_API_VERSION : 6.7.7
You can’t perform that action at this time.
0 commit comments