Skip to content

Commit

Permalink
always use runtimeItemlistMod: none in ci, not just for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Mari023 committed Jul 28, 2024
1 parent 8a838dd commit cba6eac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: gradle assemble
env:
HASH: $(git rev-parse --short "$GITHUB_SHA")
ORG_GRADLE_PROJECT_runtimeItemlistMod: none

- name: Upload a Build Artifact
uses: actions/upload-artifact@v4
Expand All @@ -49,3 +50,5 @@ jobs:

- name: format
run: gradle spotlessCheck
env:
ORG_GRADLE_PROJECT_runtimeItemlistMod: none
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache-read-only: true

- name: Build and publish with Gradle
run: gradle build publishAllPublicationsToModmavenRepository
run: gradle assemble publishAllPublicationsToModmavenRepository
env:
TAG: ${{ github.event.release.tag_name }}
MODMAVEN_USER: ${{ secrets.MODMAVEN_USER }}
Expand Down

0 comments on commit cba6eac

Please sign in to comment.