Releases: huanshankeji/gradle-common
Releases · huanshankeji/gradle-common
plugins v0.9.0
What's Changed
There are no functional changes in this release.
- bump the dependency common-gradle-dependencies to v0.9.0-20241203
common-gradle-dependencies v0.9.0-20241203
What's Changed
- bump the dependency versions in
CommonVersions
to the latest as of Dec 3, 2024 (including pre-release versions except for Vert.x 5) - add a version for kotlinx-io
plugins-v0.8.0
What's Changed
-
bump Kotlin to 2.1.0, Gradle to v8.1.11, kotlinx-benchmark to v0.4.13, and Compose Multiplatform to v1.7.1
-
remove the
*-app-conventions
plugins that are not necessary and buggyThe JVM dependency configuration line
implementation(platform(kotlin("bom")))
without a Kotlin version has introduced "Could not parse POM" build error in projects consuming thekotlin-jvm-*-app-conventions
plugins
plugins v0.7.0
What's Changed
- do not configure the signing DSL at all when the version is a snapshot in the
com.huanshankeji.sonatype-ossrh-publish
plugin, sopublishToMavenLocal
becomes significantly faster - add API documentation generated by Dokka hosted at https://huanshankeji.github.io/gradle-common/
- do not add any Maven repositories any more in plugins
- add the Dokka convention plugins
com.huanshankeji.dokka.dokka-convention
andcom.huanshankeji.team.dokka.github-dokka-convention
to ease Dokka configuration - add CODE_OF_CONDUCT.md and CONTRIBUTING.md
- use the Kotlin binary compatibility validator
plugins v0.6.0
What's Changed
- remove the bootstrapping "common-gradle-dependencies" dependency, put the shared depdencies in
buildSrc
DependencyVersions
, and generate versions for "common-gradle-dependencies" (see caf8324 for more details) - bump Kotlin to 2.0.10 and Compose Multiplatform to 1.7.0
- refactor the
kotlin-multiplatform-jvm-and-js-browser-app-conventions
plugin intokotlin-multiplatform-app-conventions-with-conventional-targets
- fix an error in
GenerateKotlinJsBrowserWebrootForVertxWebPlugin
that emerged with the new Kotlin version - add a
sparkJava17CompatibleJvmArgs
variable
common-gradle-dependencies v0.8.0-20241016
What's Changed
- bump the dependency versions in
CommonVersions
to the latest compatible with Kotlin 2.0.10 as of Oct 16, 2024 - add some dependencies and versions of "androidx" and "org.jetbrains.androidx"
common-gradle-dependencies v0.7.1-20240516
Merge branch 'main' into common-gradle-dependencies-release common-gradle-dependencies v0.7.1-20240516 release
plugins v0.5.1
Full Changelog: plugins-v0.5.0...plugins-v0.5.1
common-gradle-dependencies v0.7.1-20240314
common-gradle-dependencies v0.7.1-20240314-boostrap
Merge branch 'main' into common-gradle-dependencies-release v0.7.1-20240314-boostrap release