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 0ba7f42 commit ae96823Copy full SHA for ae96823
.github/workflows/maven.yml
@@ -80,5 +80,3 @@ jobs:
80
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81
SONAR_TOKEN: 77e7b80c7f497f0861daa958b9a4320894af0948
82
run: mvn -B test jacoco:report org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.organization=javadev-github -Dsonar.host.url=https://sonarcloud.io -Dsonar.projectKey=javadev_underscore-java11
83
- - name: Build examples
84
- run: mvn -B -f examples/pom.xml package
0 commit comments