com.github.sherter.google-java-format
Owner: Simon Herter
Format your Java source files with google-java-format
https://github.com/sherter/google-java-format-gradle-plugin
Sources: https://github.com/sherter/google-java-format-gradle-plugin.git
Version 0.1
0.1
Created 03 November 2015.
Format your Java source files with google-java-format
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.sherter.google-java-format") version "0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.sherter.googlejavaformat:google-java-format:0.1") } } apply(plugin = "com.github.sherter.google-java-format")
- Applying plugins to all subprojects .