Skip to content

Commit

Permalink
Initial build script changes for piston
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkArc committed Jan 5, 2020
1 parent 26ef6af commit c3e4d9d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Expand Up @@ -77,6 +77,10 @@ dependencies {
compile 'com.zachsthings.libcomponents:libcomponents-bukkit:1.3.0-SNAPSHOT' compile 'com.zachsthings.libcomponents:libcomponents-bukkit:1.3.0-SNAPSHOT'
compile 'net.sf.opencsv:opencsv:2.0' compile 'net.sf.opencsv:opencsv:2.0'


compileOnly 'com.sk89q.worldedit.worldedit-libs:ap:7.1.0-SNAPSHOT'
annotationProcessor 'com.sk89q.worldedit.worldedit-libs:ap:7.1.0-SNAPSHOT'
annotationProcessor "com.google.guava:guava:21.0"

testCompile group: 'junit', name: 'junit', version: '4.12' testCompile group: 'junit', name: 'junit', version: '4.12'
} }


Expand Down Expand Up @@ -154,4 +158,4 @@ processResources {
from (sourceSets.main.resources.srcDirs) { from (sourceSets.main.resources.srcDirs) {
exclude 'plugin.yml' exclude 'plugin.yml'
} }
} }

0 comments on commit c3e4d9d

Please sign in to comment.