com.softicar.gradle.code.validation
Owner: SoftiCAR
This plugin enables a project to execute self-contained code validation logic, i.e. code validation logic that is implemented in the project itself or in one of its dependencies.
https://github.com/softicar/gradle-plugins
Sources: https://github.com/Prevent-DEV/com.softicar.gradle.plugins
Version 4.0.4
4.0.4
Created 09 December 2021.
This plugin enables a project to execute self-contained code validation logic, i.e. code validation logic that is implemented in the project itself or in one of its dependencies.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.softicar.gradle.code.validation") version "4.0.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.softicar.gradle.plugins:gradle-plugins:4.0.4") } } apply(plugin = "com.softicar.gradle.code.validation")
- Applying plugins to all subprojects .