Skip to content

Commit

Permalink
compileOnly breaks shadowJar. bStats needs to fix their repos.
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed Oct 10, 2018
1 parent e300158 commit d1cb6e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Expand Up @@ -7,7 +7,7 @@
- Added a compatibility layer for old schematics.
- Rewrote the block parser, now uses official Minecraft format, minecraft:snow[layers=7]
- Removed deprecated code.
- Many more major changes!
- Many more major changes! (Read this blog post for more details https://blog.me4502.com/updating-worldedit-to-minecraft-113.html)

6.1
- Added support for Spigot for MC 1.8.3 to 1.8.6.
Expand Down
2 changes: 1 addition & 1 deletion worldedit-bukkit/build.gradle
Expand Up @@ -11,7 +11,7 @@ dependencies {
compile project(':worldedit-core')
compile 'com.sk89q:dummypermscompat:1.8'
compile 'org.bukkit:bukkit:1.13-R0.1-SNAPSHOT' // zzz
compileOnly 'org.bstats.bStats-Metrics:bstats-bukkit:1.3'
compile 'org.bstats.bStats-Metrics:bstats-bukkit:1.3'
testCompile 'org.mockito:mockito-core:1.9.0-rc1'
}

Expand Down
2 changes: 1 addition & 1 deletion worldedit-sponge/build.gradle
Expand Up @@ -19,7 +19,7 @@ repositories {
dependencies {
compile project(':worldedit-core')
compile 'org.spongepowered:spongeapi:7.0.0-SNAPSHOT'
compileOnly 'org.bstats.bStats-Metrics:bstats-sponge:1.3'
compile 'org.bstats.bStats-Metrics:bstats-sponge:1.3'
testCompile group: 'org.mockito', name: 'mockito-core', version:'1.9.0-rc1'
}

Expand Down

0 comments on commit d1cb6e2

Please sign in to comment.