Releases: KyoriPowered/mammoth
Releases · KyoriPowered/mammoth
mammoth 1.4.0
This is a small feature release bringing the following new utilities:
What's Changed
✨ Features
- feat: Add isolating classloader for sharing across projects by @zml2008 in #74
- feat(test): Allow filtering test variants based on active runtime version by @zml2008 in #73
Full Changelog: v1.3.1...v1.4.0
mammoth 1.3.1
🐛 fixes
- Avoid calling deprecated API where possible, to avoid Gradle warnings
🔧 changes
- update badge by @powercasgamer in #39
New Contributors
- @powercasgamer made their first contribution in #39
Full Changelog: v1.3.0...v1.3.1
mammoth 1.3.0
This is a small feature release adding a new ProjectOrSettingsPlugin
interface based on a pattern used in several plugins.
✨ Additions
- Add a new
ProjectOrSettingsPlugin
interface for plugin developers to use - #18
mammoth 1.2.0
- Add a helper to
ProjectPlugin
that allows requiring a minimum Gradle version - test: Add convenience methods to TestContext to allow working with literal text rather than classpath resources
mammoth 1.1.0
Additions
- Add a functional test harness for testing Gradle plugins via JUnit. See the README for details.
- Add an overriable method to
ProjectPlugin
that doesn't use the deprecated GradleConvention
API - Switch from
checker-qual
to JetBrains nullability annotations - Add a method to safely call the now-deprecated
Provider.forUseAtConfigurationTime
Gradle API