diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e3ee79f0..505911ff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: run: | git config --global user.email "no-reply@github.com" git config --global user.name "Github Actions" - ./gradlew applyPatches --stacktrace + ./gradlew applyAllPatches --stacktrace - name: Build run: ./gradlew build --stacktrace diff --git a/README.md b/README.md index 57d745a4..8a92b772 100644 --- a/README.md +++ b/README.md @@ -61,11 +61,11 @@ You are very welcome to help with implementation, testing, sharing knowledge or Fiddle is a drop-in replacement for Paper. There are no builds available at the moment, but you can build Fiddle yourself by cloning the project and doing: -* `./gradlew applyPatches` +* `./gradlew applyAllPatches` * Create a runnable server jar with `./gradlew createMojmapPaperclipJar` (the jar file will be placed in `fiddle-server/build/libs`) You can easily run a test server (which [includes some example blocks and items](https://github.com/FiddleMC/Fiddle/blob/master/test-plugin/src/main/java/org/fiddlemc/testplugin/TestPluginBootstrap.java)): -* `./gradlew applyPatches` +* `./gradlew applyAllPatches` * `./gradlew runDevServer`