Skip to content

4.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Apr 21:32
· 620 commits to master since this release

4.1.0 (2023-04-13)

Features

  • replace org.gradle.jvm.tasks.Jar with org.gradle.api.tasks.bundling.Jar as the superclass of JavadocJar and SourceJar (8e73f79)

Bug Fixes

  • use a beta version of the plugin itself to prepare for Gradle 8.1 (07a0ceb)

Build and continuous integration

  • deps: update actions/checkout action to v3.5.1 (748f853)
  • deps: update actions/checkout action to v3.5.2 (a42f1b8)
  • deps: update alchemistsimulator/alchemist action to v25.15.2 (bfeb34f)
  • deps: update danysk/action-checkout action to v0.2.8 (b7b7620)
  • deps: update danysk/action-checkout action to v0.2.9 (bb387cb)
  • deps: update danysk/build-check-deploy-gradle-action action to v2.2.3 (a299fcf)
  • replace deprecated methods to[Low|Upp]erCase with [low|upp]ercase (58e692d)

Dependency updates

  • deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.23 (f81c710)
  • deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.24 (dba636e)
  • deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.25 (cd18a8c)
  • deps: update node.js to 18.16 (2e0e233)
  • deps: update npm to v9.6.3 (f08c03f)
  • deps: update npm to v9.6.4 (5114a1e)
  • deps: update plugin com.gradle.enterprise to v3.13 (a885233)
  • deps: update plugin gitsemver to v1.1.6 (77484fa)
  • deps: update plugin gradlepluginpublish to v1.2.0 (0e25b6a)
  • deps: update plugin multijvmtesting to v0.4.20 (42ea778)
  • deps: update plugin publishoncentral to v4.0.1 (4351b18)

Tests

  • annotate platform type (0d7dd39)
  • avoid string templates as parameters in logger calls (9bc1105)

Style improvements

  • avoid shadowing it (0db0bca)
  • build: prefer error over throwing IllegalStateException (025ce44)
  • format more compactly (2343c8f)
  • prefer error over throwing IllegalStateException (76e71d9)
  • use a more compact formatting style (4427c0e)
  • use trailing commas appropriately (bb9ad82)

Performance improvements

  • drop inline function preventing compile avoidance (b96ed73)