[ci skip] Remove -x test from compiling instructions

This commit is contained in:
NotMyFault 2021-05-07 23:48:55 +02:00
parent 036e8473b4
commit bb2fe3a8bc
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

@ -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-<commitH
* `gradlew idea` will generate an [IntelliJ IDEA](http://www.jetbrains.com/idea/) module for each folder.
* `gradlew build -x test` skips JUnit tests for compiling.
_Possibly broken_:
* `gradlew eclipse` will generate an [Eclipse](https://www.eclipse.org/downloads/) project for each folder.