Skip to content

Releases: nebula-plugins/gradle-ospackage-plugin

v7.6.2

14 Oct 19:38
Compare
Choose a tag to compare
  • Set DuplicateStrategy to INCLUDE to avoid warnings. INCLUDE was the previous default value as it came from INHERIT

v7.6.1

14 Oct 17:22
Compare
Choose a tag to compare
  • SystemPackagingTask: set duplicate strategy to DuplicatesStrategy.INHERIT

v7.6.0

14 Oct 17:16
Compare
Choose a tag to compare
  • ProjectPackagingExtension set duplicate strategy to DuplicatesStrategy.INHERIT

v7.5.0

04 Oct 01:26
6a89846
Compare
Choose a tag to compare
Merge pull request #350 from nebula-plugins/gradle-6_1-support

Gradle 6.1.x support - deprecation warning logger for now

v7.4.2

23 Sep 16:02
c32c820
Compare
Choose a tag to compare

Fix #347: make Directory serializable

v7.4.1

20 Sep 16:02
Compare
Choose a tag to compare
  • Rollback gradle-docker-plugin as it introduced breaking changes to consumers

v7.4.0

18 Sep 21:42
Compare
Choose a tag to compare
  • Remove DomainObjectCollectionFactory and leverage WrapUtil from gradle to create DomainObjectCollection
  • Upgrade gradle-docker-plugin to 5.1.0

v7.3.0

18 Sep 20:58
1d5efce
Compare
Choose a tag to compare
Merge pull request #345 from nebula-plugins/static-compilation

Introduce static compilation

v7.2.1

18 Sep 16:04
Compare
Choose a tag to compare
change scope for jdeb and rpm libraries

v7.2.0

13 Sep 23:56
644009d
Compare
Choose a tag to compare
Merge pull request #344 from nebula-plugins/gradle-6-support

add proper task annotations in task properties to support Gradle 6.x