Releases: sureshg/build-commons
v2.6.6
📋 What's Changed
🧰 Maintenance & Refactoring
📦 Maven Central Release
🎉 This release v2.6.6 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.6.6/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.6.6
📥 How to Use
Add to your settings.gradle.kts
:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.6.6")
}
}
}
repositories {
gradlePluginPortal()
mavenCentral()
}
}
plugins { id("dev.suresh.plugin.repos") }
🔐 Artifact Verification
All artifacts are signed with GPG key: C124DB3A8AD1C13F7153DECDF209C085C8B53CA1
📝 Uncategorized Changes
Full Changelog: v2.6.5...v2.6.6
v2.6.5
📋 What's Changed
🧰 Maintenance & Refactoring
📦 Maven Central Release
🎉 This release vv2.6.5 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.6.5/
- Release: https://github.com/sureshg/build-commons/releases/tag/vv2.6.5
📥 How to Use
Add to your settings.gradle.kts
:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.6.5")
}
}
}
repositories {
gradlePluginPortal()
mavenCentral()
}
}
plugins { id("dev.suresh.plugin.repos") }
🔐 Artifact Verification
All artifacts are signed with GPG key: C124DB3A8AD1C13F7153DECDF209C085C8B53CA1
📝 Uncategorized Changes
Full Changelog: v2.6.4...v2.6.5
v2.6.4
📋 What's Changed
🧰 Maintenance & Refactoring
- chore: another update (#{{SHA}}) @sureshg
📦 Maven Central Release
🎉 This release v2.6.4 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.6.4/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.6.4
📥 How to Use
Add to your settings.gradle.kts
:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.6.4")
}
}
}
repositories {
gradlePluginPortal()
mavenCentral()
}
}
plugins { id("dev.suresh.plugin.repos") }
🔐 Artifact Verification
All artifacts are signed with GPG key: C124DB3A8AD1C13F7153DECDF209C085C8B53CA1
📝 Uncategorized Changes
Full Changelog: v2.6.3...v2.6.4
v2.6.3
📋 What's Changed
🧰 Maintenance & Refactoring
- chore: dep updates (#0) @sureshg
- chore: dep updates (#0) @sureshg
- chore: dep updates (#0) @sureshg
- chore: gradle 9.0 rc3 and dep updates (#0) @sureshg
- chore: dep updates and github release notes refactorings (#0) @sureshg
- chore: sdkman update (#0) @sureshg
📦 Maven Central Release
🎉 This release v2.6.3 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.6.3/
- Plugin Portal: https://plugins.gradle.org/search?term=dev.suresh.plugin
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.6.3
📥 How to Use
Add to your settings.gradle.kts
:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.6.3")
}
}
}
repositories {
gradlePluginPortal()
mavenCentral()
}
}
plugins { id("dev.suresh.plugin.repos") }
🔐 Artifact Verification
All artifacts are signed with GPG key: C124DB3A8AD1C13F7153DECDF209C085C8B53CA1
📝 Uncategorized Changes
Full Changelog: v2.6.2...v2.6.3
Full Changelog: v2.6.2...v2.6.3
v2.6.2
v2.6.1
v2.6.0
🧰 Maintenance
chore: enable cc for maven publish
chore: new version in catalog
Uncategorized
Full Changelog: v2.5.1...v2.6.0
v2.5.1
🧰 Maintenance
chore: dependency updates
chore: dependency updates
chore: maven publish plugin updates
chore: kotlin 2.2.0 update
chore: dep updates
chore: kotlin Instant and clock migration
chore: kotlin Instant and clock migration
chore: ksp and misc updates
Uncategorized
chore(deps): bump dev.cel:cel from 0.9.1 to 0.9.1-proto3
chore(deps): bump kotlinx-dataframe from 1.0.0-Beta2 to 1.0.0-dev-7502
chore(deps): bump kotlin-redacted from 1.14.0 to 1.14.1
chore(deps): bump org.jetbrains.compose.hot-reload
chore(deps): bump com.charleskorn.kaml:kaml from 0.82.0 to 0.83.0
chore(deps): bump org.jetbrains.kotlinx.atomicfu from 0.28.0 to 0.29.0
chore(deps): bump kotlinx-dataframe from 1.0.0-Beta2 to 1.0.0-dev-7570
chore(deps): bump exposed from 1.0.0-beta-2 to 1.0.0-beta-4
chore(deps): bump ktor from 3.2.0 to 3.2.1
chore(deps): bump org.gradle.kotlin.kotlin-dsl from 6.1.2 to 6.2.0
chore(deps): bump com.vanniktech.maven.publish from 0.33.0 to 0.34.0
chore(deps): bump dev.panuszewski.typesafe-conventions
chore: kotlin 2.2.20-Beta1 updates and misc changes
What's Changed
Dependencies 📦️
- chore(deps): bump dev.cel:cel from 0.9.1 to 0.9.1-proto3 by @dependabot[bot] in #187
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta2 to 1.0.0-dev-7502 by @dependabot[bot] in #188
- chore(deps): bump kotlin-redacted from 1.14.0 to 1.14.1 by @dependabot[bot] in #189
- chore(deps): bump org.jetbrains.compose.hot-reload from 1.0.0-alpha11 to 1.0.0-beta01 by @dependabot[bot] in #190
- chore(deps): bump com.charleskorn.kaml:kaml from 0.82.0 to 0.83.0 by @dependabot[bot] in #191
- chore(deps): bump org.jetbrains.kotlinx.atomicfu from 0.28.0 to 0.29.0 by @dependabot[bot] in #192
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta2 to 1.0.0-dev-7570 by @dependabot[bot] in #193
- chore(deps): bump exposed from 1.0.0-beta-2 to 1.0.0-beta-4 by @dependabot[bot] in #194
- chore(deps): bump ktor from 3.2.0 to 3.2.1 by @dependabot[bot] in #195
- chore(deps): bump org.gradle.kotlin.kotlin-dsl from 6.1.2 to 6.2.0 by @dependabot[bot] in #196
- chore(deps): bump com.vanniktech.maven.publish from 0.33.0 to 0.34.0 by @dependabot[bot] in #197
- chore(deps): bump dev.panuszewski.typesafe-conventions from 0.7.3 to 0.7.4 by @dependabot[bot] in #198
Full Changelog: v2.5.0...v2.5.1
v2.5.0
🧰 Maintenance
chore: kotlin 2.2.0-RC3
chore: new plugin version in catalog
chore: ktfmt update
chore: new cpu time profiling option
chore: dep updates
chore: Gradle 9.0 RC1 and dependency updates
chore: dependency updates
chore: dependency updates
chore: dependency updates
chore: jfr profile config file details
Uncategorized
chore(deps): bump kotlin-wrappers from 2025.6.4 to 2025.6.5
chore(deps): bump kotlinx-dataframe from 1.0.0-Beta2 to 1.0.0-dev-7426
chore(deps): bump com.github.gmazzo.buildconfig from 5.6.5 to 5.6.6
chore(deps): bump kotlin from 2.2.0-RC2 to 2.2.0-RC3
What's Changed
Dependencies 📦️
- chore(deps): bump kotlin-wrappers from 2025.6.4 to 2025.6.5 by @dependabot in #183
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta2 to 1.0.0-dev-7426 by @dependabot in #184
- chore(deps): bump com.github.gmazzo.buildconfig from 5.6.5 to 5.6.6 by @dependabot in #185
- chore(deps): bump kotlin from 2.2.0-RC2 to 2.2.0-RC3 by @dependabot in #186
Full Changelog: v2.4.0...v2.5.0
v2.4.0
🧰 Maintenance
chore: new plugin version in catalog
chore: dep updates
chore: jdk26 support
chore: dep updates
chore: ktor and dep updates
chore: dep updates
Uncategorized
Full Changelog: v2.3.0...v2.4.0