From 22fc3c6991d78cb2b1f68b9f1d6d0d267a45f80a Mon Sep 17 00:00:00 2001 From: Kenzie Togami Date: Tue, 15 Sep 2015 18:07:56 -0700 Subject: [PATCH] Revert "Tell people to use setupDevWorkspace rather than setupDecompWorkspace" Issue was fixed in commit 173f83235277e262033ba27b3c3978b7b99a0ee2 This reverts commit 121d77ccf6b479922ad2ef0eaba8b93b46a623c5. --- COMPILING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/COMPILING.md b/COMPILING.md index bd9bf91e9..80e20b391 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -14,7 +14,7 @@ The build process uses Gradle, which you do *not* need to download. WorldEdit is ### On Windows 1. Shift + right click the folder with WorldEdit's files and click "Open command prompt". -2. `gradlew clean setupDevWorkspace` +2. `gradlew clean setupDecompWorkspace` 3. `gradlew build` ### On Linux, BSD, or Mac OS X @@ -40,5 +40,3 @@ If you want to use WorldEdit, use the `-shadow` version. * `gradlew idea` will generate an [IntelliJ IDEA](http://www.jetbrains.com/idea/) module for the Forge module. * `gradlew eclipse` will generate an [Eclipse](https://www.eclipse.org/downloads/) project for the Forge version. * Use `setupCIWorkspace` instead of `setupDevWorkspace` if you are doing this on a CI server. - -Note: Rather than `setupDevWorkspace`, `setupDecompWorkspace` would you give better decompiled code for developing the Forge mod, but it is currently incompatible with multi-module projects like WorldEdit.