Package dev.mythicdrops.gradle.conventions
See: Description
-
Class Summary Class Description DependentPlugin Base class for a Gradle plugin that requires another plugin applied to the given project in order to be applied. MythicDropsJavaPlatformPlugin Plugin that configures Maven publications for Java Platforms. MythicDropsJavaPlugin Plugin that configures Java for JDK 17 and enables JaCoCo. MythicDropsJvmTestSuitePlugin Plugin that configures the base JVM Test Suite to use JUnit Jupiter. MythicDropsKotlinJvmPlugin Plugin that configures Kotlin for JDK 17, enables Detekt, and enables/configures KTLint to use 1.2.1. MythicDropsMavenPublishPlugin Plugin that configures Maven publishing to include compileOnly dependencies as "provided" and have an MIT license. MythicDropsJavaPluginKt