File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 restore-keys : |
2525 snapshot-maven-
2626
27- - name : Cache SonarCloud packages
28- uses : actions/cache@v5
29- with :
30- path : ~/.sonar/cache
31- key : ${{ runner.os }}-sonar
32- restore-keys : ${{ runner.os }}-sonar
33-
3427 - name : Set up JDK 17
3528 uses : actions/setup-java@v5
3629 with :
4134 - name : Build with Maven
4235 env :
4336 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
44- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
45- run : mvn --batch-mode --update-snapshots verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=dNationCloud_hetzner-cloud-client-java
37+ run : mvn --batch-mode --update-snapshots verify
Original file line number Diff line number Diff line change 5050 <maven .compiler.source>1.8</maven .compiler.source>
5151 <maven .compiler.target>1.8</maven .compiler.target>
5252 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
53- <sonar .organization>dnationcloud</sonar .organization>
54- <sonar .host.url>https://sonarcloud.io</sonar .host.url>
5553 </properties >
5654 <dependencies >
5755 <dependency >
You can’t perform that action at this time.
0 commit comments