kordamp-gradle-plugins
kordamp-gradle-plugins copied to clipboard
A collection of Gradle plugins
Hi, I'm trying to add `java-platform` subproject to the project using Kordamp `0.47.0` but I'm getting NPE from `withPom` configuration. ``` at org.kordamp.gradle.plugin.publishing.PublishingPlugin$_updatePublications_closure5$_closure6$_closure9$_closure10.doCall(PublishingPlugin.groovy:212) ``` Here's the full scan: https://scans.gradle.com/s/743zw4kv67ako/failure?expanded-stacktrace=WyIwLTEtMi0zIiwiMC0xLTIiLCIwLTEiLCIwIl0#1 Here's...
It seems that the listeners added, e.g. for the banner, break the configuration cache. Per [docs](https://docs.gradle.org/7.4.2/userguide/configuration_cache.html#config_cache:requirements:build_listeners), > [Using build listeners](https://docs.gradle.org/7.4.2/userguide/configuration_cache.html#config_cache:requirements:build_listeners) Plugins and build scripts must not register any build listeners....
kordamp-gradle-plugins: 0.46.0 ``` gw tasks --warning-mode all --stacktrace ... > Configure project : The Report.enabled property has been deprecated. This is scheduled to be removed in Gradle 8.0. Please use...
Right now aggregate license report can be output to XML, HTML and JSON. Would be great if we can have CSV too
https://kordamp.org/kordamp-gradle-plugins/#_org_kordamp_gradle_license_example At the moment there's no clarity on how to utilise includes/excludes/mappings and excludedSourceSets, as there's no description Would be good to have some clarity on usage for those config
this is an afford to replace the current config with the latest best practices for extensions
I have a big project with hundreds of sub modules. Not all of these sub projects are java sub projects. Jacoco plugin is configured only for java sub projects. All...
I am using gradle 7.2, kordamp 0.47.0 and java 16. I have two java subprojects. Tresty-commons and tresty-assertj. tresty-assertj has the following dependencies block: ``` dependencies { api 'org.assertj:assertj-core:3.21.0' api...
I get the following error: A problem occurred configuring project ':tresty-collections'. > Could not set unknown property 'rulePriority' for task ':tresty-collections:allPmd' of type org.gradle.api.plugins.quality.Pmd. I have added the org.kordamp.gradle.pmd plugin...
As the Clirr does not work well on Java 8+, it would be great if there is also a support for Revapi https://github.com/revapi/revapi