dev.mythicdrops.gradle.convention.kotlin.jvm
Owner: Richard Harrah
Common conventions for all MythicDrops Kotlin JVM Gradle projects.
https://github.com/MythicDrops/mythicdrops-gradle-plugin
Sources: https://github.com/MythicDrops/mythicdrops-gradle-plugin
Version 1.0.0
1.0.0
Created 07 August 2021.
Common conventions for all MythicDrops Kotlin JVM Gradle projects.
Add this plugin to your build using the plugins DSL:
plugins {
id("dev.mythicdrops.gradle.convention.kotlin.jvm") version "1.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("dev.mythicdrops:mythicdrops-gradle-plugin:1.0.0") } } apply(plugin = "dev.mythicdrops.gradle.convention.kotlin.jvm")
- Applying plugins to all subprojects .