diff --git a/COMPILING.md b/COMPILING.md index 948b48760..350671a52 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -23,12 +23,12 @@ You can do that by either running Spigot's [BuildTools](https://www.spigotmc.org ### On Windows 1. Shift + right click the folder with FastAsyncWorldEdit's files and click "Open command prompt". -2. `gradlew build -x test` +2. `gradlew clean build` ### On Linux, BSD, or Mac OS X 1. In your terminal, navigate to the folder with FastAsyncWorldEdit's files (`cd /folder/of/fawe/files`) -2. `./gradlew build -x test` +2. `./gradlew clean build` ## Then you will find... @@ -46,8 +46,6 @@ If you want to use FastAsyncWorldEdit, use the `FastAsyncWorldEdit-1.16-