com.hello2morrow.sonargraph
Owner: Alexander von Zitzewitz
Sonargraph Gradle Plugin
Sources: https://www.hello2morrow.com
Version 14.0.0
14.0.0
Created 04 July 2024.
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 "14.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.hello2morrow:sonargraph-gradle-plugin:14.0.0") } } apply(plugin = "com.hello2morrow.sonargraph")
- Applying plugins to all subprojects .