Releases: adamko-dev/dev-publish-plugin
v1.1.0
Fix a bug where updates to project dependencies did not trigger a republication.
What's Changed
- Update publishing by @aSemy in #88
- Fix: clean and composite builds by @aSemy in #87
- Update junit-framework monorepo to v6.0.2 by @renovate[bot] in #90
- Update Gradle to v9.3.0 by @renovate[bot] in #91
- Update kotest to v6.1.0 by @renovate[bot] in #92
- Fix up-to-date checks for metadata changes by @aSemy in #93
- Update mikepenz/action-junit-report action to v6 by @renovate[bot] in #89
- Release v1.1.0 by @aSemy in #94
Full Changelog: v1.0.0...v1.1.0
v1.0.1
Contains fixes for re-publishing when the outputs are deleted, and for composite builds.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Releasing as stable. There are no major changes in this release.
The minimum Gradle version is 9.0.0 (which means Java 17+ is also required).
What's Changed
Fixes
Version updates
- Update dependency gradle to v8.10 by @renovate[bot] in #41
- Update junit5 monorepo to v5.11.0 by @renovate[bot] in #42
- Update dependency com.gradle.publish:plugin-publish-plugin to v1.2.2 by @renovate[bot] in #43
- Update dependency gradle to v8.10.1 by @renovate[bot] in #44
- Update dependency com.gradle.publish:plugin-publish-plugin to v1.3.0 by @renovate[bot] in #45
- Update dependency gradle to v8.10.2 by @renovate[bot] in #46
- Update junit5 monorepo to v5.11.2 by @renovate[bot] in #47
- Update junit5 monorepo to v5.11.3 by @renovate[bot] in #48
- Update dependency gradle to v8.11 by @renovate[bot] in #49
- Update dependency gradle to v8.11.1 by @renovate[bot] in #50
- Update junit5 monorepo to v5.11.4 by @renovate[bot] in #52
- Update dependency gradle to v8.12 by @renovate[bot] in #53
- Renovate/gradle actions 4.x by @aSemy in #54
- Update dependency gradle to v8.12.1 by @renovate[bot] in #55
- Update dependency com.gradle.publish:plugin-publish-plugin to v1.3.1 by @renovate[bot] in #56
- Update junit5 monorepo to v5.12.0 by @renovate[bot] in #57
- Update dependency gradle to v8.13 by @renovate[bot] in #58
- Update junit5 monorepo to v5.12.1 by @renovate[bot] in #59
- Update junit5 monorepo to v5.12.2 by @renovate[bot] in #60
- Update dependency gradle to v8.14 by @renovate[bot] in #61
- Update dependency gradle to v8.14.1 by @renovate[bot] in #62
- Update junit5 monorepo to v5.13.0 by @renovate[bot] in #63
- Update dependency gradle to v8.14.2 by @renovate[bot] in #64
- Update junit5 monorepo to v5.13.1 by @renovate[bot] in #65
- Update junit-framework monorepo to v5.13.2 by @renovate[bot] in #66
- Update dependency gradle to v8.14.3 by @renovate[bot] in #67
- Update junit-framework monorepo to v5.13.3 by @renovate[bot] in #68
- Update junit-framework monorepo to v5.13.4 by @renovate[bot] in #69
- Update junit-framework monorepo to v5.14.0 by @renovate[bot] in #73
- Update junit-framework monorepo to v5.14.1 by @renovate[bot] in #77
- Update versions by @aSemy in #83
- Update gradle/actions action to v5 by @renovate[bot] in #75
- Update actions/upload-artifact action to v6 by @renovate[bot] in #76
- Update actions/checkout action to v6 by @renovate[bot] in #80
- Update mikepenz/action-junit-report action to v5 - autoclosed by @renovate[bot] in #81
Misc
- Update publishing config by @aSemy in #86
- Release 1.0.0 by @aSemy in #85
- Remove JetBrains Space publishing by @aSemy in #84
Full Changelog: v0.4.2...v1.0.0
v0.4.2
v0.4.1
v0.4.0
- Single-module projects are now supported.
- It's now easier to share Dev Repos between subprojects. Use
devPublicationApi()to tell Dev Publish to expose a repo to any consumers. - Improve Build Cache and Configuration Cache compatibility
What's Changed
- Update junit5 monorepo to v5.10.2 by @renovate in #13
- Update dependency gradle to v8.6 by @renovate in #14
- Update kotest to v5.8.1 by @renovate in #18
- Update dependency gradle to v8.7 by @renovate in #19
- Update kotest to v5.9.0 by @renovate in #21
- Update actions/upload-artifact action to v4 by @renovate in #15
- Update gradle/gradle-build-action action to v3 by @renovate in #17
- Update gradle/wrapper-validation-action action to v3 by @renovate in #20
- Update dependency gradle to v8.8 by @renovate in #22
- Update kotest to v5.9.1 by @renovate in #23
- Update junit5 monorepo to v5.10.3 by @renovate in #24
- add more Gradle plugin tags by @aSemy in #25
- update file checksums generator by @aSemy in #26
- disable Kotest classpath autoscan by @aSemy in #27
- prettier printing of checksums debug string by @aSemy in #28
- Mark constructions/functions for Gradle managed types as internal by @aSemy in #29
- Update Gradle to 8.9 by @aSemy in #30
- Add reproducible archive config to buildSrc by @aSemy in #31
- Update Configuration Attributes by @aSemy in #32
- Convert helper classes from managed types to actual classes by @aSemy in #33
- Minor DevPublishPluginExtension kdoc updates by @aSemy in #34
- Update dependency resolution by @aSemy in #4
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Minor behind the scenes improvements and fixes.
What's Changed
- update Maven publishing config by @aSemy in #5
- Update kotest to v5.8.0 by @renovate in #6
- Update junit5 monorepo to v5.10.1 by @renovate in #7
- refactor Dependency Configurations by @aSemy in #8
- test utils: use exclusive repo for
dev.adamko.dev-publishartifacts by @aSemy in #9 - add 'actionName' to
doFirst {}doLast {}actions by @aSemy in #10 - move configuration attributes to separate class by @aSemy in #11
- test utils: sort file trees (so printed file trees are stable across platforms) by @aSemy in #12
New Contributors
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
Full Changelog: v0.0.2...v0.1.0
There are lots of breaking changes in this release, but I'm pretty sure no one is using this plugin yet so I'm going to take a risk and not explain my workings! If I'm wrong and you need help upgrading, please make an issue and I'll be happy to help.
v0.0.2
Full Changelog: v0.0.1...v0.0.2