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.2.0
1.2.0
Created 11 January 2021.
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.2.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("name.remal:gradle-plugins:1.2.0") } } apply(plugin = "name.remal.checkstyle-settings")
- Applying plugins to all subprojects .