com.hello2morrow.sonargraph
Owner: Alexander von Zitzewitz
Sonargraph Gradle Plugin
Sources: https://www.hello2morrow.com
Version 12.0.6
12.0.6
Created 05 March 2022.
Sonargraph Gradle Plugin. Integrates Sonargraph into your Gradle build.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.hello2morrow.sonargraph") version "12.0.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.hello2morrow:sonargraph-gradle-plugin:12.0.6") } } apply(plugin = "com.hello2morrow.sonargraph")
- Applying plugins to all subprojects .