Skip to content

Commit 536c533

Browse files
build: consolidate GH actions
Signed-off-by: Andreas Reichel <andreas@manticore-projects.com>
1 parent 7456ec0 commit 536c533

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
server-username: MAVEN_USERNAME
4040
server-password: MAVEN_PASSWORD
4141
- name: Build with Maven
42-
run: mvn -B verify --file pom.xml -DdisableXmlReport=true -Djacoco.skip=true -Dpmd.skip=true
42+
run: mvn -X -B verify --file pom.xml -DdisableXmlReport=true -Djacoco.skip=true -Dpmd.skip=true
4343
env:
4444
MAVEN_USERNAME: ${{ secrets.OSSRHUSERNAME }}
4545
MAVEN_PASSWORD: ${{ secrets.OSSRHPASSWORD }}
4646

4747
gradle_publish:
48-
needs: maven_verify
48+
needs: gradle_check
4949
runs-on: ubuntu-latest
5050
steps:
5151
- uses: actions/checkout@main

0 commit comments

Comments
 (0)