A very lightweight plugin with the following features:
- Delombok source code in preparation for generating Javadoc
- Automatically link official Java SE Javadoc of the appropriate version.
Apply the plugin to your build in build.gradle
:
apply plugin: 'com.github.rewolf.gradle.moarjavadoc'
delombok
- delomboks the Java source intobuild/delombokd
by default. This is configured as a dependent task forjavadoc