io.github.woolph.quality-check
Owner: Wolfgang Mayer
Adds dependency check and sonarqube to your build.
https://github.com/woolph/quality-check-gradle-plugin
Sources: https://github.com/woolph/quality-check-gradle-plugin
Version 1.2.1
1.2.1
Created 28 February 2023.
Adds dependency check, license check, and sonarqube to your build.
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.woolph.quality-check") version "1.2.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.woolph.quality-check:quality-check:1.2.1") } } apply(plugin = "io.github.woolph.quality-check")
- Applying plugins to all subprojects .