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 2172ae3 commit c39de91Copy full SHA for c39de91
.github/workflows/push.yml
@@ -25,7 +25,7 @@ jobs:
25
run: mvn -fae -U -B clean license:check install -P check --file pom.xml
26
27
publish-snapshot:
28
- needs: build-java-11
+ needs: build
29
runs-on: ubuntu-latest
30
steps:
31
- uses: actions/checkout@v3
.github/workflows/push_java_8.yml
- needs: build-java-8
0 commit comments