org.dyvil.dyvil-gradle
Owner: Adrian Kunz
The Dyvil Gradle Plugin.
https://github.com/Dyvil/Dyvil-Gradle-Plugin
Sources: https://github.com/Dyvil/Dyvil-Gradle-Plugin
Version 0.6.0-alpha.2 (latest)
0.6.0-alpha.2
Created 06 October 2020.
The Dyvil Gradle Plugin.
Add this plugin to your build using the plugins DSL:
plugins {
id("org.dyvil.dyvil-gradle") version "0.6.0-alpha.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.dyvil:dyvil-gradle:0.6.0-alpha.2") } } apply(plugin = "org.dyvil.dyvil-gradle")
- Applying plugins to all subprojects .