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