We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 813142b commit f627a5aCopy full SHA for f627a5a
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up JDK 21
18
uses: actions/setup-java@v3
19
with:
20
- distribution: 'adopt'
+ distribution: 'temurin'
21
java-version: 21
22
- name: Cache SonarCloud packages
23
uses: actions/cache@v3
@@ -35,4 +35,5 @@ jobs:
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
37
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
38
+ MAVEN_OPTS: "-XX:+EnableDynamicAgentLoading"
39
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
0 commit comments