4.2.3
📦 Changelog – Version 4.2.3
This patch release updates project dependencies and improves module configuration for better API exposure.
🔧 Improvements
Gradle & Build System Updates
- Upgraded Gradle wrapper from
8.7to8.14 - Enhanced module dependencies: Changed
implementationtoapifor core module in bothspigotandvelocitysubprojects- This ensures transitive dependencies are properly exposed to consumers
- Java compatibility update for Velocity module:
- Set
sourceCompatibilityto Java 21 - Set
targetCompatibilityto Java 21
- Set
Documentation Updates
- Updated installation examples to use
[version]placeholder instead of hardcoded version numbers - Fixed Gradle publish command in README: corrected module names from
platform-spigot/platform-velocitytospigot/velocity
📝 Migration Notes
- Non-breaking patch release
- Projects depending on
spigotorvelocitymodules will now automatically receivecoremodule dependencies - Velocity module now requires Java 21 (previously unspecified)
Full Changelog: 4.2.2...4.2.3