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) |
net.gradleutil.gradle-jtePrecompile all jte templates to Java classes during gradle build |
1.8.2
(22 May 2022) |
com.hiddenswitch.fibers.instrumentA plugin to instrument your project's classes for fibers. |
10.0.6
(09 May 2022) |
io.github.tunguski.interfacerAdd interfaces to classes generated by other plugins |
0.0.7
(30 April 2022) |
io.github.tunguskiAdd interfaces to classes generated by other plugins |
0.0.7
(30 April 2022) |
io.sitoolkit.cv.sit-cv-gradle-pluginCode Visualizer is a development support tool to generate sequence diagram and class diagram from java source code |
1.1.1
(08 April 2022) |
com.medly.normGenerate kotlin data classes from SQL queries using NORM |
0.0.7
(08 April 2022) |
io.github.carlobellettini.assertj-generator-pGenerate Assertj assertion classes. |
2.0.1
(16 March 2022) |
nebula.test-jarCreate a testJar task to package up test classes and add it to the publications |
18.4.0
(28 February 2022) |
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) |