Skip to content

0.23.2

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jan 19:20
· 222 commits to main since this release
0.23.2
8f3edf1
  • Fix signing when using Gradle 8.0.
  • Finding a matching staging profile in Sonatype is more lenient. If there is just one that one will always be used.
    The plugin will also fallback to any staging profile that has a matching prefix with the group id.
  • As a workaround for an issue in Gradle that causes invalid module metadata for java-test-fixtures projects, project.group
    and project.version are now being set again for those projects. #490