Skip to content

Releases: sureshg/build-commons

v2.23.0

27 Nov 21:21
0f9d5e2

Choose a tag to compare

📋 What's Changed

🧰 Maintenance & Refactoring

📦 Maven Central Release

🎉 This release v2.23.0 is now available on Maven Central!

Maven Central

🔗 Quick Links

📥 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

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

v2.22.0

21 Nov 01:19
0fcefc3

Choose a tag to compare

📋 What's Changed

🧰 Maintenance & Refactoring

📦 Maven Central Release

🎉 This release v2.22.0 is now available on Maven Central!

Maven Central

🔗 Quick Links

📥 How to Use

Add to your settings.gradle.kts:

pluginManagement {
  resolutionStrategy {
    eachPlugin {
      if (requested.id.id.startsWith("dev.suresh.plugin")) {
        useVersion("v2.22.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.21.0...v2.22.0

v2.21.0

20 Nov 01:21
2f79926

Choose a tag to compare

📋 What's Changed

🧰 Maintenance & Refactoring

📦 Maven Central Release

🎉 This release v2.21.0 is now available on Maven Central!

Maven Central

🔗 Quick Links

📥 How to Use

Add to your settings.gradle.kts:

pluginManagement {
  resolutionStrategy {
    eachPlugin {
      if (requested.id.id.startsWith("dev.suresh.plugin")) {
        useVersion("v2.21.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-8813 (96390b0) @dependabot[bot]

What's Changed

Dependencies 📦️

  • chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8813 by @dependabot[bot] in #254

Full Changelog: v2.20.0...v2.21.0

v2.20.0

06 Nov 06:57
4fa04f0

Choose a tag to compare

📋 What's Changed

🧰 Maintenance & Refactoring

📦 Maven Central Release

🎉 This release v2.20.0 is now available on Maven Central!

Maven Central

🔗 Quick Links

📥 How to Use

Add to your settings.gradle.kts:

pluginManagement {
  resolutionStrategy {
    eachPlugin {
      if (requested.id.id.startsWith("dev.suresh.plugin")) {
        useVersion("v2.20.0")
      }
    }
  }
  repositories {
    gradlePluginPortal()
    mavenCentral()
  }
}

plugins { id("dev.suresh.plugin.repos") }

🔐 Artifact Verification

All artifacts are signed with GPG key: C124DB3A8AD1C13F7153DECDF209C085C8B53CA1

📝 Uncategorized Changes

What's Changed

Dependencies 📦️

  • chore(deps): bump mikepenz/release-changelog-builder-action from 5 to 6 by @dependabot[bot] in #251
  • chore(deps): bump io.kubernetes:client-java from 24.0.0 to 24.0.0-legacy by @dependabot[bot] in #252
  • chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8770 by @dependabot[bot] in #253

Full Changelog: v2.19.0...v2.20.0

v2.19.0

28 Oct 18:03
ab628d8

Choose a tag to compare

📋 What's Changed

🧰 Maintenance & Refactoring

📦 Maven Central Release

🎉 This release v2.19.0 is now available on Maven Central!

Maven Central

🔗 Quick Links

📥 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

28 Oct 16:23
24f99fe

Choose a tag to compare

📋 What's Changed

🧰 Maintenance & Refactoring

📦 Maven Central Release

🎉 This release v2.18.0 is now available on Maven Central!

Maven Central

🔗 Quick Links

📥 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

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

23 Oct 02:55
917d828

Choose a tag to compare

📋 What's Changed

🧰 Maintenance & Refactoring

📦 Maven Central Release

🎉 This release v2.17.0 is now available on Maven Central!

Maven Central

🔗 Quick Links

📥 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

13 Oct 08:54
4011317

Choose a tag to compare

📋 What's Changed

🧰 Maintenance & Refactoring

📦 Maven Central Release

🎉 This release v2.16.0 is now available on Maven Central!

Maven Central

🔗 Quick Links

📥 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

10 Oct 17:33
76361d2

Choose a tag to compare

📋 What's Changed

🧰 Maintenance & Refactoring

📦 Maven Central Release

🎉 This release v2.15.0 is now available on Maven Central!

Maven Central

🔗 Quick Links

📥 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

10 Oct 04:03
98bc8b6

Choose a tag to compare

  • No changes in this release

Full Changelog: v2.12.0...v2.14.0