v2.9.0
📋 What's Changed
🧰 Maintenance & Refactoring
- chore: update exoquery-plugin and exoquery-sql versions (19e510f) @sureshg
- chore: dep updates (91a3f6a) @sureshg
- chore: next plugin version (3374130) @sureshg
- chore: dep updates (7c9b6ae) @sureshg
- chore: dep updates (4d099c9) @sureshg
- chore: gradle 9.1.0 (20b164a) @sureshg
- chore: otel update (3b6b314) @sureshg
📦 Maven Central Release
🎉 This release v2.9.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.9.0/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.9.0
📥 How to Use
Add to your settings.gradle.kts
:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.9.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.8.2...v2.9.0