Skip to content

Releases: kordamp/kordamp-gradle-plugins

Release v0.54.0

26 Dec 21:22
Compare
Choose a tag to compare

Changelog

πŸ› Fixes

  • 0c22df1 Remove use of compile/runtime configurations from integration/functional test plugins

  • dcfb41e Releasing version 0.54.0
  • 6deecff Bump for next development cycle

Contributors

We'd like to thank the following people for their contributions:

Release v0.53.0

13 Nov 19:20
Compare
Choose a tag to compare

Changelog

πŸ› Fixes

publishing

  • ba6f960 Gradle 8 shenaningans with task dependencies

  • 55604cd Releasing version 0.53.0
  • 1c8d1be Bump for next development cycle

Contributors

We'd like to thank the following people for their contributions:

Release v0.52.0

13 Nov 16:37
Compare
Choose a tag to compare

Changelog

πŸš€ Features

core

πŸ› Fixes

publishing


  • 0765cd2 Releasing version 0.52.0
  • e83a5a6 Bump for next development cycle

Contributors

We'd like to thank the following people for their contributions:

Release v0.51.0

23 Apr 15:57
Compare
Choose a tag to compare

Changelog

πŸš€ Features

reproducible

  • b7847ab Ensure fileMode & dirMode are set

πŸ› Fixes

guide

  • 5c7fa63 Define duplicate strategy when copying files

unscoped

  • 0b4f6e0 Fix static compiler warnings

πŸ›  Build

  • b0e30c2 Categorize scopes in changelog
  • 488aeb4 Bump kordamp versions

πŸ“ Documentation

  • 1a37827 Update build requirements [skip ci]
  • 9c58556 Remove links for cpd, source-html, source-xref plugins

  • cc5f62c Releasing version 0.51.0
  • 2de09a6 Bump for next development cycle

Contributors

We'd like to thank the following people for their contributions:

Release v0.46.10

08 Apr 13:24
Compare
Choose a tag to compare

Changelog

πŸš€ Features

  • b48fd63 reproducible: Ensure fileMode & dirMode are set
  • 4cfa3e7 groovydoc: Support additional properties defined in Gradle 7.5
  • 8faa39d Enhance Ansiconsole to detect no color settings
  • 5ba7479 Migrate Banner to a Gradle BuildService
  • bbc4225 sonar: Let task run without dependencies on other tasks
  • c70129f coveralls: Let task run without dependencies on other tasks
  • d3db7f1 errorprone: Support additional args
  • 312e3d0 errorprone: Update dependencies
  • dc6b041 jar: Add a Bytecode-Version manifest attribute

πŸ› Fixes

  • 3e9d54e Lazy evaluate gradlePlugin extension, closes #510
  • e557fa4 spotbugs: Update to spotbugs-plugin 4.8.0
  • 0b66c54 core: info.bytecodeVersion should be conditionally inherited

πŸ”„οΈ Changes

  • 8e4e0bb 🚨 Remove JacocoMerge tasks
  • e43aedb 🚨 Remove cpd, source-html, and source-xref plugins
  • baec320 🚨 Remove clirr plugin

πŸ›  Build

  • e770d25 Update license headers
  • 220df4d Bump kordamp-plugins to 0.46.3
  • df9a6a9 Configure reproducible builds

πŸ“ Documentation

  • 59c00cd Update build status badges [skip ci]

βš™οΈ Dependencies

  • 0c6bd81 update kordamp to 0.46.9 and 2.9.0

  • 6d056f4 Releasing version 0.46.10
  • 175e7e6 Bump for next development cycle
  • 5591d6f Releasing version 0.46.9
  • 9f88435 Bump for next development cycle
  • ec7e499 Releasing version 0.46.8
  • 9ddfd02 Bump for next development cycle
  • 3822591 Releasing version 0.46.7
  • 519a55b Bump for next development cycle
  • de7cf71 Releasing version 0.46.6
  • 3f6a208 Bump for next development cycle
  • 991667d Releasing version 0.46.5
  • 8d41248 Bump for next development cycle
  • 2875115 Releasing version 0.46.4
  • acc6284 Bump for next development cycle
  • 4ec6dc4 Releasing version 0.46.3
  • f0d89f9 Bump for next development cycle
  • fe61984 Releasing version 0.46.2
  • ab1eb1b Bump for next development cycle
  • 6470727 Releasing version 0.46.1

Contributors

We'd like to thank the following people for their contributions:

Release v0.50.0

31 Mar 11:26
Compare
Choose a tag to compare

Changelog

πŸš€ Features

  • e38e011 Remove Gradle7 compatibility checks
  • e631918 Remove Gradle6 compatibility checks
  • 633c3ec groovydoc: Support additional properties defined in Gradle 7.5

πŸ› Fixes

  • 38104cc pmd: Property rulePriority was renamed to rulesMinimumPriority, closes #491
  • 666d7b7 jacoco: Use safe reference navigator operator, closes #518
  • 05424a1 core: Remove warnings shown by Gradle 8.x
  • 988391c core: Use report.outputLocation instead of report.destination, closes #526
  • f5e36e9 core: Use groovydoc.access instead of groovydoc.includePrivate, closes #524
  • 268bd48 core: Update usages of test.reportOn() to test.getTestResults(), closes #525
  • 751e585 core: Use destinationDirectory property in test tasks, closes #523
  • df0ce16 core: Use required property instead of enabled in reports, closes #522
  • 5e84db1 source: Disable when project has java-platform plugin applied

πŸ”„οΈ Changes

  • db14cc0 🚨 Remove JacocoMerge tasks
  • 461b1c3 🚨 Remove cpd, source-html, and source-xref plugins
  • 3e4b6b8 🚨 Remove clirr plugin, closes #513

πŸ›  Build

  • cfcfadd Use shared vars in GH workflows
  • 46442e6 update Gradle wrapper to 7.6.4

βš™οΈ Dependencies

  • 7be2938 update versions-gradle-plugin to 0.46.0
  • 17a6bb1 update jipsy to 1.2.0
  • 076f8a7 update sonar to 2.16.3.1081, 4.0.0.2929
  • cf8bad4 update codenarc to 3.2.0
  • 967200a update pmd to 6.55.0
  • 98ddd87 update coveralls-gradle-plugin to 2.12.2
  • f41d2a8 update spotbugs-gradle-plugin to 5.0.14
  • 1a59681 update checkstyle to 10.9.3
  • 154dcbb update kordamp-parent to 2.9.0

  • 64ad823 Releasing version 0.50.0
  • 9df7a94 Bump for next development cycle

Contributors

We'd like to thank the following people for their contributions:

Release v0.46.9

01 Mar 15:24
Compare
Choose a tag to compare

Changelog

πŸš€ Features

  • 4cfa3e7 groovydoc: Support additional properties defined in Gradle 7.5
  • 8faa39d Enhance Ansiconsole to detect no color settings
  • 5ba7479 Migrate Banner to a Gradle BuildService
  • bbc4225 sonar: Let task run without dependencies on other tasks
  • c70129f coveralls: Let task run without dependencies on other tasks
  • d3db7f1 errorprone: Support additional args
  • 312e3d0 errorprone: Update dependencies
  • dc6b041 jar: Add a Bytecode-Version manifest attribute

πŸ› Fixes

  • 3e9d54e Lazy evaluate gradlePlugin extension, closes #510
  • e557fa4 spotbugs: Update to spotbugs-plugin 4.8.0
  • 0b66c54 core: info.bytecodeVersion should be conditionally inherited

πŸ”„οΈ Changes

  • 8e4e0bb 🚨 Remove JacocoMerge tasks
  • e43aedb 🚨 Remove cpd, source-html, and source-xref plugins
  • baec320 🚨 Remove clirr plugin

πŸ›  Build

  • e770d25 Update license headers
  • 220df4d Bump kordamp-plugins to 0.46.3
  • df9a6a9 Configure reproducible builds

πŸ“ Documentation

  • 59c00cd Update build status badges [skip ci]

  • 5591d6f Releasing version 0.46.9
  • 9f88435 Bump for next development cycle
  • ec7e499 Releasing version 0.46.8
  • 9ddfd02 Bump for next development cycle
  • 3822591 Releasing version 0.46.7
  • 519a55b Bump for next development cycle
  • de7cf71 Releasing version 0.46.6
  • 3f6a208 Bump for next development cycle
  • 991667d Releasing version 0.46.5
  • 8d41248 Bump for next development cycle
  • 2875115 Releasing version 0.46.4
  • acc6284 Bump for next development cycle
  • 4ec6dc4 Releasing version 0.46.3
  • f0d89f9 Bump for next development cycle
  • fe61984 Releasing version 0.46.2
  • ab1eb1b Bump for next development cycle
  • 6470727 Releasing version 0.46.1

Contributors

We'd like to thank the following people for their contributions:

Release v0.49.0

26 Jan 23:21
Compare
Choose a tag to compare

Changelog

πŸš€ Features

  • 58d7ced Enhance Ansiconsole to detect no color settings
  • 02b2f6d Migrate Banner to a Gradle BuildService
  • 9d93f75 sonar: Let task run without dependencies on other tasks
  • fe491c5 coveralls: Let task run without dependencies on other tasks
  • 3b4e8df errorprone: Support additional args

πŸ› Fixes

  • 40401ce Lazy evaluate gradlePlugin extension, closes #510
  • bf96a9e spotbugs: Update to spotbugs-plugin 5.0.13
  • bd9b337 core: info.bytecodeVersion should be conditionally inherited

πŸ›  Build

πŸ“ Documentation

  • 81ffa14 Update build status badges [skip ci]

  • faffad8 Releasing version 0.49.0
  • b1ca516 Bump for next development cycle

Contributors

We'd like to thank the following people for their contributions:

Release v0.46.8

26 Jan 20:54
Compare
Choose a tag to compare

Changelog

πŸš€ Features

  • 8faa39d Enhance Ansiconsole to detect no color settings
  • 5ba7479 Migrate Banner to a Gradle BuildService
  • bbc4225 sonar: Let task run without dependencies on other tasks
  • c70129f coveralls: Let task run without dependencies on other tasks
  • d3db7f1 errorprone: Support additional args
  • 312e3d0 errorprone: Update dependencies
  • dc6b041 jar: Add a Bytecode-Version manifest attribute

πŸ› Fixes

  • 3e9d54e Lazy evaluate gradlePlugin extension, closes #510
  • e557fa4 spotbugs: Update to spotbugs-plugin 4.8.0
  • 0b66c54 core: info.bytecodeVersion should be conditionally inherited

πŸ›  Build

  • e770d25 Update license headers
  • 220df4d Bump kordamp-plugins to 0.46.3
  • df9a6a9 Configure reproducible builds

πŸ“ Documentation

  • 59c00cd Update build status badges [skip ci]

Contributors

We'd like to thank the following people for their contributions:

Release v0.46.7

18 Jan 18:05
Compare
Choose a tag to compare

Changelog

πŸš€ Features

  • bbc4225 sonar: Let task run without dependencies on other tasks
  • c70129f coveralls: Let task run without dependencies on other tasks
  • d3db7f1 errorprone: Support additional args
  • 312e3d0 errorprone: Update dependencies
  • dc6b041 jar: Add a Bytecode-Version manifest attribute

πŸ› Fixes

  • 3e9d54e Lazy evaluate gradlePlugin extension, closes #510
  • e557fa4 spotbugs: Update to spotbugs-plugin 4.8.0
  • 0b66c54 core: info.bytecodeVersion should be conditionally inherited

πŸ›  Build

  • e770d25 Update license headers
  • 220df4d Bump kordamp-plugins to 0.46.3
  • df9a6a9 Configure reproducible builds

πŸ“ Documentation

  • 59c00cd Update build status badges [skip ci]

  • 3822591 Releasing version 0.46.7
  • 519a55b Bump for next development cycle
  • de7cf71 Releasing version 0.46.6
  • 3f6a208 Bump for next development cycle
  • 991667d Releasing version 0.46.5
  • 8d41248 Bump for next development cycle
  • 2875115 Releasing version 0.46.4
  • acc6284 Bump for next development cycle
  • 4ec6dc4 Releasing version 0.46.3
  • f0d89f9 Bump for next development cycle
  • fe61984 Releasing version 0.46.2
  • ab1eb1b Bump for next development cycle
  • 6470727 Releasing version 0.46.1

Contributors

We'd like to thank the following people for their contributions: