Skip to content

Commit 35a5348

Browse files
committed
chore: compile Gosu test project on Java 17
Gosu v1.18.3 has support for Java 17.
1 parent 1c515f0 commit 35a5348

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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:
@@ -79,7 +76,6 @@ jobs:
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

0 commit comments

Comments
 (0)