v2.8.0
📋 What's Changed
🧰 Maintenance & Refactoring
- chore: dep updates (f01210a) @sureshg
- chore: plugin update (94b0e9b) @sureshg
- chore: use multi $ interpolation (979ff2e) @sureshg
- chore: dep updates (258c6bd) @sureshg
- chore: annotation target changes (1912632) @sureshg
- chore: dep updates (39aa881) @sureshg
- chore: dep updates and gradle wrapper bump to 9.1.0-rc-3 (43dcc3b) @sureshg
- chore: dep updates (30b6f29) @sureshg
- chore: dep updates (5186f44) @sureshg
- chore: dep updates (8d9243c) @sureshg
- chore: dep updates and Kotlin MPP 2.2.20 configuration refinements (0847d0e) @sureshg
- chore: ksp update (3161034) @sureshg
- chore: next plugin version (db41981) @sureshg
📦 Maven Central Release
🎉 This release v2.8.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.8.0/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.8.0
📥 How to Use
Add to your settings.gradle.kts
:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.8.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 kotlin-wrappers from 2025.9.2 to 2025.9.3 (25dcb35) @dependabot[bot]
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta2 to 1.0.0-dev-8355 (4714fff) @dependabot[bot]
- chore(deps): bump kotest from 6.0.2 to 6.0.3 (7f95375) @dependabot[bot]
- chore(deps): bump kotlin-ksp from 2.2.20-RC2-2.0.2 to 2.2.20-RC-2.0.2 (c41a18a) @dependabot[bot]
What's Changed
Dependencies 📦️
- chore(deps): bump kotlin-wrappers from 2025.9.2 to 2025.9.3 by @dependabot[bot] in #229
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta2 to 1.0.0-dev-8355 by @dependabot[bot] in #230
- chore(deps): bump kotest from 6.0.2 to 6.0.3 by @dependabot[bot] in #231
- chore(deps): bump kotlin-ksp from 2.2.20-RC2-2.0.2 to 2.2.20-RC-2.0.2 by @dependabot[bot] in #232
Full Changelog: v2.7.0...v2.8.0