Skip to content

Commit

Permalink
yippee it works
Browse files Browse the repository at this point in the history
  • Loading branch information
screret committed Sep 29, 2024
1 parent 8be74d3 commit 0885a47
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .github/actions/build_setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ runs:
notifications
jdks
wrapper
# run gradlew jar to set up necessary files before shadow can break them in the Build step
- name: Pre-build
shell: bash
run: ./gradlew jar --build-cache
4 changes: 0 additions & 4 deletions .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
- name: Setup Build
uses: ./.github/actions/build_setup

# run gradlew jar to set up necessary files before shadow can break them in the Build step
- name: Setup Build part 2
run: ./gradlew jar --build-cache

- name: Build
run: ./gradlew build --build-cache

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ jobs:
- name: Setup Build
uses: ./.github/actions/build_setup

# run gradlew jar to set up necessary files before shadow can break them in the Build step
- name: Setup Build part 2
run: ./gradlew jar --build-cache

- name: Build
run: ./gradlew build --build-cache

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/build-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ jobs:
if: steps.filter.outputs.code == 'true'
uses: ./.github/actions/build_setup

# run gradlew jar to set up necessary files before shadow can break them in the Build step
- name: Setup Build part 2
run: ./gradlew jar --build-cache

- name: Build
if: steps.filter.outputs.code == 'true'
run: ./gradlew assemble --build-cache
Expand Down

0 comments on commit 0885a47

Please sign in to comment.