Skip to content

Commit

Permalink
Fix #19 (wrong usage of implementation in build.gradle)
Browse files Browse the repository at this point in the history
  • Loading branch information
MinusKube authored Jun 14, 2020
1 parent a7f2cf8 commit 7d64492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ project(':bukkit') {
dependencies {
compileOnly 'org.spigotmc:spigot-api:1.11.2-R0.1-SNAPSHOT'

implementation project(':core')
api project(':core')
}
}

Expand All @@ -132,6 +132,6 @@ project(':sponge') {
dependencies {
compileOnly 'org.spongepowered:spongeapi:5.1.0'

implementation project(':core')
api project(':core')
}
}

0 comments on commit 7d64492

Please sign in to comment.