Releases: EndlessCodeGroup/BukkitGradle
Releases · EndlessCodeGroup/BukkitGradle
v0.7.0 - Better server core building and many APIs support!
Building server core
Using build tools instead of dowloading core from Yive's mirror.
Now you should specify path to BuildTools in build script:
bukkit {
buildtools = '/path/to/BuildTools.jar'
}
Also added tasks:
:buildServerCore
- Build server core only if it not contains in local maven repo
:rebuildServerCore
- Force rebuild server core
Support of others APIs
BREAKING CHANGES!
Now you should manually add api dependencies.
Possible APIs:
dependencies {
compileOnly spigot()
compileOnly spigotApi()
compileOnly bukkit()
compileOnly craftbukkit()
}
v0.6.9 - Fixed bukkit dependency scope
Now bukkit is compileOnly
and testCompile
instead of compile
v0.6.7 - Better IDE integrarion
- Fixed working in offline mode
- Better eula configuring
- Added IDEA integration to run server console inside IDE
- Created "Bukkit" category for tasks
- And other improvements
v0.5.6 - Fixed online-mode
Fixed server configuring
v0.5.3 - Better Server Running
Configurable server running
v0.4.0 - Server running
Beta server running