Releases: sureshg/build-commons
v2.19.0
📋 What's Changed
🧰 Maintenance & Refactoring
📦 Maven Central Release
🎉 This release v2.19.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.19.0/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.19.0
📥 How to Use
Add to your settings.gradle.kts:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.19.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.18.0...v2.19.0
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
v2.17.0
📋 What's Changed
🧰 Maintenance & Refactoring
- chore: dep update (2566510) @sureshg
- chore: dep update (96d9a80) @sureshg
- chore: dep update (1efa520) @sureshg
- chore: dep update (26c89ae) @sureshg
- chore: dokka update (d879884) @sureshg
- chore: dep update (260ed06) @sureshg
- chore: dep update (cf8eb2f) @sureshg
- chore: dep updates (85b6593) @sureshg
- chore: gradle update (175488b) @sureshg
- chore: dep updates (04224f3) @sureshg
- chore: dep updates (fab0f08) @sureshg
- chore: dep updates (533fa07) @sureshg
- chore: exoquery update (bb08fe5) @sureshg
- chore: dep updates (5145885) @sureshg
- chore: detekt plugin (22473ce) @sureshg
- chore: otel cel-sampler (687068c) @sureshg
- chore: default jvm args cleanup (f0eb6f5) @sureshg
- chore: ksp 2.3.0 update (917d828) @sureshg
📦 Maven Central Release
🎉 This release v2.17.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.17.0/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.17.0
📥 How to Use
Add to your settings.gradle.kts:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.17.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-8729 (d0575a9) @dependabot[bot]
- chore(deps): bump kotlin-ksp from 2.2.21-RC2-2.0.4 to 2.2.21-RC-2.0.4 (76ce3c4) @dependabot[bot]
- chore(deps): bump org.jetbrains.kotlinx:kotlinx-datetime (9464b01) @dependabot[bot]
What's Changed
Dependencies 📦️
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8729 by @dependabot[bot] in #246
- chore(deps): bump kotlin-ksp from 2.2.21-RC2-2.0.4 to 2.2.21-RC-2.0.4 by @dependabot[bot] in #247
- chore(deps): bump org.jetbrains.kotlinx:kotlinx-datetime from 0.7.1 to 0.7.1-0.6.x-compat by @dependabot[bot] in #248
Full Changelog: v2.16.0...v2.17.0
v2.16.0
📋 What's Changed
🧰 Maintenance & Refactoring
- chore: dep updates (fccd0e7) @sureshg
- chore: dep updates (93c3755) @sureshg
- chore: clean ups (7695447) @sureshg
- chore: add exoquery (561b157) @sureshg
- chore: fix deps (a96e349) @sureshg
- chore: remove exoquery due to compilation error (4011317) @sureshg
📦 Maven Central Release
🎉 This release v2.16.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.16.0/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.16.0
📥 How to Use
Add to your settings.gradle.kts:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.16.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 io.kubernetes:client-java from 24.0.0 to 24.0.0-legacy (01578ee) @dependabot[bot]
- chore(deps): bump kotlin-wrappers from 2025.10.6 to 2025.10.7 (96e834b) @dependabot[bot]
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8622 (7f45ca4) @dependabot[bot]
What's Changed
Dependencies 📦️
- chore(deps): bump io.kubernetes:client-java from 24.0.0 to 24.0.0-legacy by @dependabot[bot] in #243
- chore(deps): bump kotlin-wrappers from 2025.10.6 to 2025.10.7 by @dependabot[bot] in #244
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8622 by @dependabot[bot] in #245
Full Changelog: v2.15.0...v2.16.0
v2.15.0
📋 What's Changed
🧰 Maintenance & Refactoring
- chore: plugin 2.14.0 (007e1b6) @sureshg
- chore: enable package lock configuration and remove failOnNonReproducibleResolution (26888a5) @sureshg
- chore: next plugin version (76361d2) @sureshg
📦 Maven Central Release
🎉 This release v2.15.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.15.0/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.15.0
📥 How to Use
Add to your settings.gradle.kts:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.15.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.14.0...v2.15.0
v2.14.0
- No changes in this release
Full Changelog: v2.12.0...v2.14.0
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
v2.12.0
- No changes in this release
Full Changelog: v2.10.0...v2.12.0
v2.11.0
📋 What's Changed
🧰 Maintenance & Refactoring
- chore: new plugin version (1b4f421) @sureshg
- chore: ktor update (a2ce532) @sureshg
- chore: java http (7fd0025) @sureshg
- chore: add compose-fluent (ddd7f58) @sureshg
- chore: remove lock file customization and return to default one. (af2db5c) @sureshg
📦 Maven Central Release
🎉 This release v2.11.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.11.0/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.11.0
📥 How to Use
Add to your settings.gradle.kts:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.11.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.10.0...v2.11.0
v2.10.0
📋 What's Changed
🧰 Maintenance & Refactoring
- chore: dep updates (ec3cdc4) @sureshg
- chore: dep updates (878c88b) @sureshg
- chore: jlink plugin updates (57708d7) @sureshg
- chore: exoquery updates (80403a4) @sureshg
- chore: dep updates (2e40b56) @sureshg
- chore: fix dataframe (5e90cd5) @sureshg
- chore: dep updates (3d9800d) @sureshg
- chore: dep updates (08c7bcc) @sureshg
- chore: dep updates (8e74122) @sureshg
- chore: ktor di deps (a7bde98) @sureshg
- chore: koog update (5c8e64e) @sureshg
- chore: dep updates (815ee5d) @sureshg
- chore: gradle 9.2.0-rc update (d191665) @sureshg
- chore: dep updates (55c9082) @sureshg
- chore: dep updates (da402d8) @sureshg
- chore: ktor request validation (926327f) @sureshg
- chore: jwt deps (dfe2e41) @sureshg
- chore: dep updates (b64c266) @sureshg
- chore: dep updates (6884c69) @sureshg
- chore: fix ksp and misc changes (11d66f1) @sureshg
📦 Maven Central Release
🎉 This release v2.10.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.10.0/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.10.0
📥 How to Use
Add to your settings.gradle.kts:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.10.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-8527 (81f8a4e) @dependabot[bot]
- chore(deps): bump gradle/actions from 4 to 5 (595e3d0) @dependabot[bot]
- chore(deps): bump kotlin-wrappers from 2025.10.1 to 2025.10.2 (a1ec05d) @dependabot[bot]
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8572 (9fa04b4) @dependabot[bot]
What's Changed
Dependencies 📦️
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8527 by @dependabot[bot] in #239
- chore(deps): bump gradle/actions from 4 to 5 by @dependabot[bot] in #240
- chore(deps): bump kotlin-wrappers from 2025.10.1 to 2025.10.2 by @dependabot[bot] in #241
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8572 by @dependabot[bot] in #242
Full Changelog: v2.9.2...v2.10.0