We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39bbad9 commit ea68617Copy full SHA for ea68617
1 file changed
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
distribution: 'temurin'
45
46
- name: Build with Maven
47
- run: export NO_AT_BRIDGE=1 && mvn clean verify -Djarsigner.skip=true spotbugs:spotbugs -DskipTests=false
+ run: export NO_AT_BRIDGE=1 ; mvn clean verify -Djarsigner.skip=true spotbugs:spotbugs -DskipTests=false
48
- uses: jwgmeligmeyling/spotbugs-github-action@master
49
with:
50
path: '**/spotbugsXml.xml'
0 commit comments