gradle-plugins icon indicating copy to clipboard operation
gradle-plugins copied to clipboard

Gradle Plugin Collection

Results 101 gradle-plugins issues
Sort by recently updated
recently updated
newest added

Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.+ to 2.0.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.slf4j:slf4j-api&package-manager=gradle&previous-version=1.+&new-version=2.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
java

Bumps [bootstrap](https://github.com/webjars/bootstrap) from 5.1.3 to 5.2.0. Commits b77232e [maven-release-plugin] prepare release bootstrap-5.2.0 ca1f3e4 bump to 5.2.0 - fixes #178 f9e9bb4 Merge pull request #177 from vpavic/misc-improvements e4d34fb Make popper.js dependency...

dependencies
java

Up to 6.4.3.1, Gradle passes the configuration phase fine in my project... but when I bump `io.freefair.aspectj.post-compile-weaving` to 6.5.0 (or above), I end up with: ``` Failed to apply plugin...

I would like to know how to configure the Plant UML plugin. Readme is empty: https://github.com/freefair/gradle-plugins/blob/master/plantuml-plugin/README.md same as https://plugins.gradle.org/plugin/io.freefair.plantuml and https://docs.freefair.io/gradle-plugins/current/reference/

## Environment * Gradle version: `v7.5` * `io.freefair.compress` version: `6.5.0.3` ## Steps A empty Gradle project with one custom task copied from reference doc: ```groovy task example(type: Sync) { from...

With plugin version 5.3.3.3 a lombok.config file is autogenerated for the gradle project. But with version 6.1.0 it is not. I am not sure how to provide more information around...

``` > Task :aggregateJavadoc FAILED javadoc: error - invalid flag: --module-path ``` Env: ``` gradlew --version ------------------------------------------------------------ Gradle 7.3 ------------------------------------------------------------ Build time: 2021-11-09 20:40:36 UTC Revision: 96754b8c44399658178a768ac764d727c2addb37 Kotlin: 1.5.31 Groovy:...

Hi, I'm trying to add lombok + aspectj post-compile-waving plugins on the project. I have the following lines in `build.gradle` ``` ... plugins { id "java" id "idea" id "io.freefair.lombok"...

Hi, Is there any special config required to have groovy gradle test projects work with AspectJ plugin? When I run my tests, I keep getting the below ` [AppClassLoader@73d16e93] error...