cz.augi.gradle.wartremover
Owner: Michal Augustýn
Gradle plugin to apply wartremover (Scala linting tool)
https://github.com/augi/gradle-wartremover
Sources: https://github.com/augi/gradle-wartremover
Version 0.9.3
0.9.3
Created 27 October 2017.
Gradle plugin to apply WartRemover (Scala linting tool)
Add this plugin to your build using the plugins DSL:
plugins {
id("cz.augi.gradle.wartremover") version "0.9.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.cz.augi:gradle-wartremover:0.9.3") } } apply(plugin = "cz.augi.gradle.wartremover")
- Applying plugins to all subprojects .