v2.13.0
📋 What's Changed
🧰 Maintenance & Refactoring
- chore: plugin 2.12.0 (bdc9509) @sureshg
- chore: dep updates (5d03663) @sureshg
- chore: fix configuration cache issues (98bc8b6) @sureshg
📦 Maven Central Release
🎉 This release v2.13.0 is now available on Maven Central!
🔗 Quick Links
- Maven Central: https://central.sonatype.com/search?namespace=dev.suresh.build
- Repository: https://repo.maven.apache.org/maven2/dev/suresh/build/project/v2.13.0/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.13.0
📥 How to Use
Add to your settings.gradle.kts:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.13.0")
}
}
}
repositories {
gradlePluginPortal()
mavenCentral()
}
}
plugins { id("dev.suresh.plugin.repos") }🔐 Artifact Verification
All artifacts are signed with GPG key: C124DB3A8AD1C13F7153DECDF209C085C8B53CA1
📝 Uncategorized Changes
Full Changelog: v2.12.0...v2.13.0