v2.18.0
📋 What's Changed
🧰 Maintenance & Refactoring
- chore: dep updates (adab776) @sureshg
- chore: gradle & dep updates (3e46038) @sureshg
- chore: dep updates (cf704d6) @sureshg
- chore: dep updates (66afd8c) @sureshg
- chore: dep updates (86c279b) @sureshg
- chore: dep updates (5cdd387) @sureshg
- chore: dep updates (7e82442) @sureshg
- chore: dep updates (9ad2a46) @sureshg
- chore: dep updates (f5f2235) @sureshg
- chore: dep updates (ec756ef) @sureshg
- chore: kotlin update (24f99fe) @sureshg
📦 Maven Central Release
🎉 This release v2.18.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.18.0/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.18.0
📥 How to Use
Add to your settings.gradle.kts:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.18.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 kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8751 (a168b25) @dependabot[bot]
- chore(deps): bump actions/upload-artifact from 4 to 5 (#250) (0669ce8) @dependabot[bot]
What's Changed
Dependencies 📦️
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8751 by @dependabot[bot] in #249
- chore(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #250
Full Changelog: v2.17.0...v2.18.0