org.javamodularity.moduleplugin
Owner: Paul Bakker
Plugin that makes it easy to work with the Java Platform Module System
https://github.com/java9-modularity/gradle-modules-plugin
Sources: git@github.com:java9-modularity/gradle-modules-plugin.git
Version 1.2.0
1.2.0
Created 20 November 2018.
Plugin that makes it easy to work with the Java Platform Module System
Add this plugin to your build using the plugins DSL:
plugins {
id("org.javamodularity.moduleplugin") version "1.2.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.javamodularity:moduleplugin:1.2.0") } } apply(plugin = "org.javamodularity.moduleplugin")
- Applying plugins to all subprojects .