com.glonk.eclipse-checkstyle
Owner: Patrick Hensley
Configures Eclipse Checkstyle plugin from Gradle
http://github.com/phensley/gradle-eclipse-checkstyle
Sources: http://github.com/phensley/gradle-eclipse-checkstyle
Version 0.0.4
0.0.4
Created 05 June 2015.
Configures Eclipse Checkstyle plugin from Gradle
Add this plugin to your build using the plugins DSL:
plugins {
id("com.glonk.eclipse-checkstyle") version "0.0.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.glonk.gradle:gradle-eclipse-checkstyle:0.0.4") } } apply(plugin = "com.glonk.eclipse-checkstyle")
- Applying plugins to all subprojects .