com.hello2morrow.sonargraph.dummy
Owner: Alexander von Zitzewitz
Sonargraph Dummy Plugin
Sources: https://www.hello2morrow.com
Version 12.4.1
12.4.1
Created 10 November 2022.
Sonargraph Dummy Plugin. This is a dummy plugin that does nothing.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.hello2morrow.sonargraph.dummy") version "12.4.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.hello2morrow:sonargraph-dummy-plugin:12.4.1") } } apply(plugin = "com.hello2morrow.sonargraph.dummy")
- Applying plugins to all subprojects .