Skip to content

Releases: adamko-dev/dev-publish-plugin

v0.4.2

22 Jul 21:27
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

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

v0.1.0

01 May 21:29
Compare
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
Compare
Choose a tag to compare

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

v0.0.1

28 Mar 07:31
Compare
Choose a tag to compare

Initial release!

Use dev-publish-plugin to publish Gradle projects to a project-local directory, for use in tests.