Search Gradle plugins
Plugin | Latest Version |
---|---|
ch.essmann.gradle.check-java-versionThis 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) |
com.hiddenswitch.fibers.instrumentA plugin to instrument your project's classes for fibers. |
10.0.6
(09 May 2022) |
net.java.openjdk.shinyafox.jshell.gradle.pluginJShell supports for your gradle project. Let's explore your classes and dependencies with jshell |
1.0.5
(09 January 2020) |
com.github.dimamura.assertj-generatorGenerate Assertj assertion classes. (forked from com.github.fhermansson.assertj-generator, update dependencies include assertj-assertions-generator 2.2.0.) |
1.1.3-SNAPSHOT.0.5
(30 December 2020) |
io.github.luiqn2007.gradle_plugins.build_tasksRunning some tasks before building, you can create tasks in your projects with java and run before compileJava task, or execute "runSourceTask" task. To use this plugin, you need add compileOnly dependency "com.github.luiqn2007:UselessPluginLib", and create task class in `lq2007.plugins.gradle_plugin` package in your source, implement lq2007.plugins.gradle_plugin.support.ISourcePlugin interface. You can create or edit source by javaparser. |
1.2.6
(27 February 2022) |
com.waftex.assertj-generatorGenerate Assertj assertion classes. Forked from com.github.fhermansson.assertj-generator via com.github.dimamura.assertj-generator, with latest assertj generator and Gradle 7 compatibility |
1.1.4
(02 July 2021) |
com.mageddo.graal-reflection-configuration-generatorResolve your maven dependencies from a standalone embed maven local repository folder(on the project directory for example) |
2.0.2
(28 July 2019) |