We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64287d2 commit 1bab9d7Copy full SHA for 1bab9d7
1 file changed
.github/workflows/build.yml
@@ -22,6 +22,7 @@ jobs:
22
run: mvn -f pom-java8.xml clean install -Dgpg.skip -Dmaven.javadoc.skip=true -Dmaven.test.failure.ignore=true -Dproject.build.sourceEncoding=UTF-8 -Djunit5.excludeGroups=webservice,mysql
23
24
build:
25
+ needs: java8
26
runs-on: ubuntu-latest
27
28
steps:
0 commit comments