dev.mythicdrops.gradle.project.root
Owner: Richard Harrah
Common conventions for MythicDrops root Gradle projects.
https://github.com/MythicDrops/mythicdrops-gradle-plugin
Sources: https://github.com/MythicDrops/mythicdrops-gradle-plugin
Version 3.0.4
3.0.4
Created 11 June 2022.
Common conventions for MythicDrops root Gradle projects.
Add this plugin to your build using the plugins DSL:
plugins {
id("dev.mythicdrops.gradle.project.root") version "3.0.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("dev.mythicdrops:mythicdrops-gradle-plugin:3.0.4") } } apply(plugin = "dev.mythicdrops.gradle.project.root")
- Applying plugins to all subprojects .