2.2.3 (2020-09-03)
- debug-run: also find in runtimeClasspath and bigger one for prepare plugins (975d289)
2.2.2 (2020-08-28)
- artifact finder and Task#outputs for preparePlugins (2fbb869)
2.2.1 (2020-08-27)
- update spigradle-annotations to avoid APT warning message (f9d9419)
2.2.0 (2020-08-27)
- debug-run: fix again
configSpigot
(2a5e034) - debug-run: ignore exception for
configSpigot
(696eee7) - debug-run: NoPluginFoundException for
preparePlugins
(42a1789) - apt output file name, dep resolution test condition (9f15100)
- compile error (0dbf677)
- create
prepare$name
task for bungee, nukkit #31 (6bec2cb) - find both tasks
preparePlugins
,preparePlugin
(082d73a) - support apply multi plugin spigot, bungee (6e80231)
- transient debug field for bungee, nukkit #32 (f4b3a82)
- new task
configSpigot
(7649368) - set default the
description
toproject.description
(89c8ead) - spigot: add
serverPort
in SpigotDebug (2e77a2c) - spigot: add groovy helper for the
serverPort
(73b2714)
2.1.2 (2020-08-21)
- make debug tasks depends on
assemble
instead ofbuild
for avoid test (a52b0a1) - only apply IdeaPlugin on rootProject for scala (01f3496)
- debug-run: transitive
preparePlugins
task (5cb321e)
2.1.1 (2020-07-24)
- debug-run: task
prepareSpigotPlugins
depends onassemble
instead ofbuild
(28c2f7f)
2.1.0 (2020-07-23)
- improve eula accepter to cover disagreed case (10bfffa)
- deps: bump up mc version to 1.16.1 (0154ecc)
- check File#isFile for multi-situation in SubclassDetection (809020c)
- debug-run: add eula accept gradle task for general purpose (4935493)
- debug-run: add groovy helper for programArgs, jvmArgs (891740b)
- debug-run: add properties
programArgs
andvmArgs
in Debug configuration (e5a4c9e) - ide-idea: add ability to generate Paper JarApp RunConfiguration (78b9076)
- add ability to generate
RunServer
JarApp RunConfiguration for IDEA (9b3a73b) - generate server.jar run configuration for IDEA (496817b)
2.0.1 (2020-07-08)
- deps: bumps spigradle-annotations for fixing plugin-apt issue (b19b4e5)
2.0.0 (2020-07-03)
- rename task 'spigotPluginYaml' to 'generateSpigotDescription' (728ccf6)
- change annotations @Plugin, @PluginMain package (aebfe46)
- the annotations @Plugin and @PluginMain repackaged to
kr.entree.spigradle.annotations
Signed-off-by: JunHyung Lim [email protected]
- task 'spigotPluginYaml' renamed to 'GenerateSpigotDescription'. Sorry about the breaking change in 1.3.
Signed-off-by: JunHyung Lim [email protected]
1.4.1 (2020-07-02)
- project artifact resolution for debug task (821d975)
1.4.0 (2020-07-02)
1.3.1 (2020-06-28)
NOTE: It has breaking changes. Use 2.x instead of this version.
Special thanks to contributors: @scpketer @portlek
- Error when using commands and permissions
- @PluginMain not worked.
- Add groovy extension 'POSTWORLD'
- Add groovy DSL helpers for Command, Permission.
1.3.0 (2020-06-25)
NOTE: It has breaking changes. Use 2.x instead of this version.
- Bungeecord plugin
- Nukkit plugin
- Debug tasks: BuildTools, running server, plugin dependency auto resolution...
- Support UP-TO-DATE check for every tasks
- Faster main class detection
- Support MockBukkit as default
- New repo/dep shortcuts: mockBukkit(), vaultAll()
- Added Download task.
- Generate Remote configuration for IntelliJ IDEA