Releases: srnyx/gradle-galaxy
Releases · srnyx/gradle-galaxy
1.3.3: Fix Paper 1.21+
- Update Gradle
- 8.10.2 -> 8.12
- Update BotCommands
- 2.10.3 -> 2.10.4
- Fix Java version for Paper 1.21+
- Bump version (1.3.3)
Full Changelog: 1.3.2...1.3.3
1.3.2: Add repository to Annoying API dependency
1.3.1: Fix setMainClass
1.3.0: New dependencies/setups
1.2.3: Improve plugin checkers
- Add
includeJavadocsSources
for testing - Improve
hasJavaPlugin()
andhasShadowPlugin()
- No longer depends on specific plugins, any fork should work now too!
- Bump version (1.2.3)
Full Changelog: 1.2.2...1.2.3
1.2.2: Minor Dependencies changes
1.2.1: Replace author with package
- Replace
author
with main package- Instead of using
AUTHOR.NAME.libs
for relocated libraries, useGROUP.NAME
, and add amainPackage
replacement forplugin.yml
that can be used for themain
property.
This means that the plugin's main package must be the package-safe version of the plugin's name (ex:Limited-Lives
->limitedlives
).
- Instead of using
- Bump version (1.2.1)
Full Changelog: 1.2.0...1.2.1