📋 What's Changed
🧰 Maintenance & Refactoring
- chore: dep updates (c308987) @sureshg
- chore: dep updates (0d777c2) @sureshg
- chore: dep updates (b136a48) @sureshg
- chore: dep updates (5987127) @sureshg
- chore: build fixes (24e9272) @sureshg
- chore: dep updates (5a259ac) @sureshg
- chore: dep updates (382f220) @sureshg
- chore: dep updates (8d1c4eb) @sureshg
- chore: dep updates (af0048d) @sureshg
- chore: dep updates (393e1bf) @sureshg
- chore: more cleanups and new plugin version (0f9d5e2) @sureshg
📦 Maven Central Release
🎉 This release v2.23.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.23.0/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.23.0
📥 How to Use
Add to your settings.gradle.kts:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.23.0")
}
}
}
repositories {
gradlePluginPortal()
mavenCentral()
}
}
plugins { id("dev.suresh.plugin.repos") }🔐 Artifact Verification
All artifacts are signed with GPG key: C124DB3A8AD1C13F7153DECDF209C085C8B53CA1
📝 Uncategorized Changes
- chore(deps): bump actions/checkout from 5 to 6 (#255) (63e1fcc) @dependabot[bot]
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8910 (071aa73) @dependabot[bot]
What's Changed
Dependencies 📦️
- chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #255
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8910 by @dependabot[bot] in #256
Full Changelog: v2.22.0...v2.23.0