Skip to content

Commit

Permalink
Merge pull request #14 from MoSadie/upgrade-ci-cache
Browse files Browse the repository at this point in the history
Upgrade CI Cache
  • Loading branch information
MoSadie authored Dec 1, 2023
2 parents fcb6ec2 + a48c8b1 commit a8fd547
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:
with:
distribution: microsoft
java-version: 17
cache: 'gradle'

- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Build
run: './gradlew build --no-daemon'
run: './gradlew build'

- uses: actions/upload-artifact@v3
with:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/buildRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jobs:
with:
distribution: microsoft
java-version: 17
cache: 'gradle'

- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Build with Gradle
run: './gradlew build --no-daemon'
run: './gradlew build'

- name: Publish
uses: Kir-Antipov/[email protected]
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ All of the previous features mentioned above can be configured. You can overwrit

## Known Mod Compatibility:
- [Replay Mod](https://replaymod.com/)'s button appears correctly.
- [Mod Menu](https://modrinth.com/mod/modmenu)'s button has been moved.
- If you encounter an issue or have any suggestions, [please let me know](https://github.com/MoSadie/Island-Menu/issues)!

0 comments on commit a8fd547

Please sign in to comment.