nebula.source-refactor
Owner: Nebula Plugins
Pluggable and distributed refactoring tool for Java source code
https://github.com/nebula-plugins/java-source-refactor
Sources: https://github.com/nebula-plugins/java-source-refactor.git
Version 0.3.8
0.3.8
Created 23 August 2016.
Pluggable and distributed refactoring tool for Java source code
Add this plugin to your build using the plugins DSL:
plugins {
id("nebula.source-refactor") version "0.3.8"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.netflix.devinsight:java-source-refactor:0.3.8") } } apply(plugin = "nebula.source-refactor")
- Applying plugins to all subprojects .