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.14.2
0.14.2
Created 21 July 2021.
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.14.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("cz.augi:gradle-wartremover:0.14.2") } } apply(plugin = "cz.augi.gradle.wartremover")
- Applying plugins to all subprojects .