diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ebc3304..c56b586 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/.github/workflows/buildRelease.yml b/.github/workflows/buildRelease.yml index 59ddcdb..e50f906 100644 --- a/.github/workflows/buildRelease.yml +++ b/.github/workflows/buildRelease.yml @@ -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/mc-publish@v3.3 diff --git a/README.md b/README.md index bbb1b79..77e1305 100644 --- a/README.md +++ b/README.md @@ -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)!