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 17dcdbd commit f2d2133Copy full SHA for f2d2133
.github/workflows/build.yml
@@ -31,16 +31,10 @@ jobs:
31
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
32
restore-keys: ${{ runner.os }}-m2-
33
- name: Build
34
- env:
35
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
36
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
37
run: mvn -B verify
38
- name: Set up JDK 11
39
uses: actions/setup-java@v1
40
with:
41
java-version: 11
42
- name: Analyze
43
44
45
46
run: mvn -B org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
0 commit comments