Skip to content

Commit

Permalink
compileOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
dags- committed Mar 26, 2017
1 parent 8e0f3bb commit 82f02ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {

dependencies {
apply plugin: 'java'
compile "org.spongepowered:spongeapi:${spongeAPI}-$spongeChannel"
compileOnly "org.spongepowered:spongeapi:${spongeAPI}-$spongeChannel"
}

processResources {
Expand Down

0 comments on commit 82f02ea

Please sign in to comment.