Skip to content

Releases: spigradle/spigradle

v2.4.3

01 Nov 09:04
Compare
Choose a tag to compare

2.4.3 (2022-11-01)

Bug Fixes

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

v2.4.2

12 May 16:41
Compare
Choose a tag to compare

2.4.2 (2022-05-12)

Bug Fixes

  • rename wrong shadowLibraries to excludeLibraries (351199a)

v2.4.1

11 May 23:44
Compare
Choose a tag to compare

2.4.1 (2022-05-11)

Bug Fixes

  • support * in excludeLibraries (2818a98)

v2.4.0

11 May 19:58
Compare
Choose a tag to compare

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)

v2.3.4

16 Jan 12:34
2a6c69d
Compare
Choose a tag to compare

2.3.4 (2022-01-16)

Bug Fixes

  • remove jcenter from default repo (d2f9490)

v2.3.3

27 Dec 12:46
Compare
Choose a tag to compare

2.3.3 (2021-12-27)

Bug Fixes

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

v2.3.2

23 Dec 13:56
Compare
Choose a tag to compare

2.3.2 (2021-12-23)

Bug Fixes

  • NPE on ConfigurationContainer#get (210996e)

v2.3.1

23 Dec 13:40
Compare
Choose a tag to compare

2.3.1 (2021-12-23)

Bug Fixes

  • download paper from the latest paper api (85be379)
  • filter canBeResolved in progress of finding runtime deps (91eeb1c)
  • new paper module id (8a8b2de)
  • update paper dep group name (c536fd3)
  • update papermc repository url (26c0f7b)
  • update spigradle-annotations 2.1.1 to 2.2.0 (ec3f7d0)

Features

  • debug: determine buildVersion from dependencies #37 (6c91ed6)
  • spigot: add purpur repo/dep (804ec46)
  • spigot: new plugin option libraries #59 (f9d5d0e)
  • spigot: put libraries into plugin yaml from runtime dependencies #59 (a87c9de)

v2.2.4

11 Jun 21:29
Compare
Choose a tag to compare

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)

v2.2.3

03 Sep 07:45
Compare
Choose a tag to compare

2.2.3 (2020-09-03)

Bug Fixes

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