Skip to content

Latest commit

 

History

History
246 lines (134 loc) · 11.9 KB

File metadata and controls

246 lines (134 loc) · 11.9 KB

2.4.4 (2024-01-18)

Bug Fixes

  • update lombok to 1.18.36

2.4.4 (2024-01-17)

Bug Fixes

  • paper api url #92
  • paper repo url
  • drop legacy bintray
  • drop legacy convention #90

2.4.3 (2022-11-01)

Bug Fixes

  • matches kotlin stdlib version with Jackson and Spigradle (e2d497d)

2.4.2 (2022-05-12)

Bug Fixes

  • rename wrong shadowLibraries to excludeLibraries (351199a)

2.4.1 (2022-05-11)

Bug Fixes

  • support * in excludeLibraries (2818a98)

2.4.0 (2022-05-11)

Features

  • fastest built-in main detection (1da3f2c)
  • spigot: add excludeLibraries to exclude libraries (e6c100a)

Reverts

  • Revert "chore(release): 1.0.0 [skip ci]" (65145d4)

2.3.4 (2022-01-16)

Bug Fixes

  • remove jcenter from default repo (d2f9490)

2.3.3 (2021-12-27)

Bug Fixes

  • spigot-debug: build version inference on debugPaper, debugSpigot (a02f7e3)

2.3.2 (2021-12-23)

Bug Fixes

  • NPE on ConfigurationContainer#get (210996e)

2.3.1 (2021-12-23)

Reverts

  • Revert "chore(release): 2.3.0 [skip ci]" (c2c1d73)

2.2.4 (2021-06-11)

Bug Fixes

  • make main detection function to pure (8c68318)
  • bungee: update bungee version 1.16-R0.4 to stable 1.15-SNAPSHOT (9318ab6)
  • spigot: bump up the default buildVersion to 1.16.5 (56ee790)
  • bump up asm to 9.1 for support JDK 16 (77d4b41)
  • fix super classes init (6946599)
  • make yaml outputs to build/resources (4f7b4c2)
  • new task ordering for Gradle 7.0 (e17eea9)
  • pass APT args to kapt for Kotlin (2a9e1dc)
  • resolve circular depended tasks (e898cf0)
  • skip detect task if the output file is exist (99d6591)
  • wrong main detection when a public abstract (f2129d7)

2.2.3 (2020-09-03)

Bug Fixes

  • debug-run: also find in runtimeClasspath and bigger one for prepare plugins (975d289)

2.2.2 (2020-08-28)

Bug Fixes

  • artifact finder and Task#outputs for preparePlugins (2fbb869)

2.2.1 (2020-08-27)

Bug Fixes

  • update spigradle-annotations to avoid APT warning message (f9d9419)

2.2.0 (2020-08-27)

Bug Fixes

  • 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)

Features

  • new task configSpigot (7649368)
  • set default the description to project.description (89c8ead)
  • spigot: add serverPort in SpigotDebug (2e77a2c)
  • spigot: add groovy helper for the serverPort (73b2714)

2.1.2 (2020-08-21)

Bug Fixes

  • make debug tasks depends on assemble instead of build for avoid test (a52b0a1)
  • only apply IdeaPlugin on rootProject for scala (01f3496)
  • debug-run: transitive preparePlugins task (5cb321e)

2.1.1 (2020-07-24)

Bug Fixes

  • debug-run: task prepareSpigotPlugins depends on assemble instead of build (28c2f7f)

2.1.0 (2020-07-23)

Bug Fixes

  • 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)

Features

  • 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 and vmArgs 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)

Bug Fixes

  • deps: bumps spigradle-annotations for fixing plugin-apt issue (b19b4e5)

2.0.0 (2020-07-03)

Bug Fixes

  • rename task 'spigotPluginYaml' to 'generateSpigotDescription' (728ccf6)

chore

  • change annotations @Plugin, @PluginMain package (aebfe46)

BREAKING CHANGES

  • the annotations @Plugin and @PluginMain repackaged to kr.entree.spigradle.annotations

Signed-off-by: JunHyung Lim entrypointkr@gmail.com

  • task 'spigotPluginYaml' renamed to 'GenerateSpigotDescription'. Sorry about the breaking change in 1.3.

Signed-off-by: JunHyung Lim entrypointkr@gmail.com

1.4.1 (2020-07-02)

Bug Fixes

  • project artifact resolution for debug task (821d975)

1.4.0 (2020-07-02)

Features

1.3.1 (2020-06-28)

NOTE: It has breaking changes. Use 2.x instead of this version.

Special thanks to contributors: @scpketer @portlek

Bug Fixes

  • Error when using commands and permissions
  • @PluginMain not worked.

Features

  • 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.

Features

  • 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