Skip to content

Releases: adamko-dev/dev-publish-plugin

v1.1.0

17 Feb 00:06
f27ea4f

Choose a tag to compare

Fix a bug where updates to project dependencies did not trigger a republication.

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.1

12 Jan 15:52

Choose a tag to compare

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

02 Jan 18:39
d29a25a

Choose a tag to compare

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

  • Only configure dev-publish PublishToMavenRepository tasks by @aSemy in #82

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

Full Changelog: v0.4.2...v1.0.0

v0.4.2

22 Jul 21:27

Choose a tag to compare

What's Changed

  • Disable task caching by @aSemy in #39
  • De-dupe checksum filename definition by @aSemy in #40

Full Changelog: v0.4.1...v0.4.2

v0.4.1

13 Jul 18:49

Choose a tag to compare

What's Changed

  • Update Gradle GitHub Actions by @aSemy in #35
  • minor publishing convention tweaks by @aSemy in #36
  • Run Maven Publish action on the main branch, or tag by @aSemy in #37
  • Limit publishing concurrency per subproject by @aSemy in #38

Full Changelog: v0.4.0...v0.4.1

v0.4.0

13 Jul 14:37

Choose a tag to compare

  • 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

16 Feb 10:50

Choose a tag to compare

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-publish artifacts 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

14 Feb 12:24

Choose a tag to compare

Full Changelog: v0.1.0...v0.2.0

v0.1.0

01 May 21:29

Choose a tag to compare

What's Changed

  • Fix/multiple publications by @aSemy in #3

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

30 Mar 16:16

Choose a tag to compare

Full Changelog: v0.0.1...v0.0.2