We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdabb00 commit c60df3eCopy full SHA for c60df3e
.github/workflows/basic.yml
@@ -33,7 +33,7 @@ defaults:
33
run:
34
shell: bash
35
env:
36
- JAVA_VERSION: 17
+ JAVA_VERSION: 21
37
38
jobs:
39
build:
.github/workflows/sonar.yml
@@ -25,7 +25,7 @@ defaults:
25
26
27
28
29
30
31
@@ -91,4 +91,4 @@ jobs:
91
--batch-mode --show-version --file pom.xml \
92
${{ github.event.inputs.additional_maven_args }} \
93
-Pcoverage -Dsonar.login=$SONAR_TOKEN verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
94
-
+
0 commit comments