name.remal.checkstyle-settings
Owner: Semyon Levin
Plugin that configures 'checkstyle' plugin if it's applied. Min Gradle version: 4.5.
https://remal.gitlab.io/gradle-plugins/plugins/name.remal.checkstyle-settings/
Sources: https://gitlab.com/remal/gradle-plugins.git
Version 1.1.0
1.1.0
Created 13 October 2020.
Plugin that configures 'checkstyle' plugin if it's applied. Min Gradle version: 4.5.
Add this plugin to your build using the plugins DSL:
plugins {
id("name.remal.checkstyle-settings") version "1.1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("name.remal:gradle-plugins:1.1.0") } } apply(plugin = "name.remal.checkstyle-settings")
- Applying plugins to all subprojects .