de.monkeyworks.buildmonkey.ProjectSetupPlugin
Owner: MONKEY WORKS GmbH
Setups projects to be build from OSGi manifest files
https://github.com/MONKEY-WORKS/BuildMonkey/wiki
Sources: https://github.com/MONKEY-WORKS/BuildMonkey
Version 0.4.2 (latest)
0.4.2
Created 10 April 2017.
Setups projects to be build from OSGi manifest files
Add this plugin to your build using the plugins DSL:
plugins {
id("de.monkeyworks.buildmonkey.ProjectSetupPlugin") version "0.4.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("de.monkeyworks.buildmonkey:gradle.projectsetup:0.4.2") } } apply(plugin = "de.monkeyworks.buildmonkey.ProjectSetupPlugin")
- Applying plugins to all subprojects .