Skip to content

Commit f627a5a

Browse files
committed
Try different build script for GitHub Action
1 parent 813142b commit f627a5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up JDK 21
1818
uses: actions/setup-java@v3
1919
with:
20-
distribution: 'adopt'
20+
distribution: 'temurin'
2121
java-version: 21
2222
- name: Cache SonarCloud packages
2323
uses: actions/cache@v3
@@ -35,4 +35,5 @@ jobs:
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
3737
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
38+
MAVEN_OPTS: "-XX:+EnableDynamicAgentLoading"
3839
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar

0 commit comments

Comments
 (0)