v1.15.4
Breaking change
@ralfhergert pointed out that this release is breaking one of the API's.
Sorry for that mistake - this should be reflected in semver versioning.
scmVersion.repository.directory
now accepts String instead of File.
If you're getting Cannot set the value of property 'directory' of type java.lang.String using an instance of type java.io.File.
remember to update your directory
plugin property.
i.e. directory.set(project.rootProject.absolutePath)
What's Changed
- Bump pl.allegro.tech.build.axion-release from 1.15.1 to 1.15.3 by @dependabot in #628
- Bump mkdocs-material from 9.1.14 to 9.1.19 by @dependabot in #639
- Bump jgitVersion from 6.5.0.202303070854-r to 6.6.0.202305301015-r by @dependabot in #635
- remove @InputDirectory to avoid memory leak (#561) by @mpern in #640
- PredefinedSnapshotCreator: unclean snapshot by @mkoester in #544
New Contributors
Full Changelog: v1.15.3...v1.15.4