Merge pull request #310 from kenzierocks/feature/multi-project-ide

Add support for IDEs in the Gradle build files.
This commit is contained in:
sk89q
2014-12-05 19:08:39 -08:00
3 changed files with 18 additions and 14 deletions

View File

@ -1,3 +1,6 @@
apply plugin: 'eclipse'
apply plugin: 'idea'
dependencies {
compile project(':worldedit-core')
compile 'com.sk89q:dummypermscompat:1.7'