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