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.4.4
0.4.4
Created 30 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.4.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.netflix.devinsight:java-source-refactor:0.4.4") } } apply(plugin = "nebula.source-refactor")
- Applying plugins to all subprojects .