Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
Gradle plugin to use the error-prone compiler for Java |
0.6.1
(04 January 2019) |
|
Fix for Windows long classpath issue. Fixes JavaExec/Test tasks that error with message: "CreateProcess error=206, The filename or extension is too long" |
1.0.0
(02 November 2018) |
|
Fix for windows gradle long classpath issue. Fixes JavaExec/Test tasks that error out with message "CreateProcess error=206, The filename or extension is too long" |
1.0.0
(15 May 2018) |
|
Fix for windows gradle long classpath issue. Fixes JavaExec tasks that error out with message "CreateProcess error=206, The filename or extension is too long" |
0.1.0-RELEASE
(15 April 2018) |
|
Configures Java compilation with Error Prone checks, NullAway, and sensible compiler defaults |
0.16.6
(14 February 2026) |
|
Detects test configuration errors: build fails if you misconfigure tests and they do not run |
0.1.2
(02 September 2024) |
|
This plugin checks the Java version your Gradle build is running with. If the version is lower than the required minimum version or it exceeds the maximum version accepted, then the build is aborted with an friendly, easy to spot error message pointing towards the problem. This should help to avoid having to dig through the build output to find only to find an unsupported class file version error messages buried somehere in the output due to a bad Java runtime version. |
1
(03 July 2022) |
|
Applies default Google Error Prone configuration to all JavaCompile tasks |
1.0
(29 April 2018) |
|
This plugin is used to upload your Proguard/R8 mapping files to Datadog to get a complete Error Tracking experience |
1.23.0
(12 February 2026) |
|
Conventions for 'javadoc' that configures '-Xdoclint:all,-missing' and turns warnings into errors |
0.7.0
(20 January 2026) |