Skip to content

Commit

Permalink
Try to fix gradle-build-jars.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PieKing1215 authored Jul 28, 2022
1 parent cf1be98 commit 0502554
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/gradle-build-jars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,9 @@ jobs:
- run: chmod +x ./gradlew
- run: chmod +x ./publish_all_maven_local.sh

- run: mvn help:evaluate -Dexpression=settings.localRepository -q -DforceStdout
- run: tree /home/runner/.m2/

- name: InvMove publishToMavenLocal
run: ./publish_all_maven_local.sh

- run: tree /home/runner/.m2/


- uses: actions/checkout@v2

- run: chmod +x ./gradlew
Expand Down

0 comments on commit 0502554

Please sign in to comment.