gov.raptor.gradle.plugins.installer-support
RaptorX Community Installer Support Plugin
Sources: https://bitbucket.di2e.net/projects/RaptorX
Version 0.3-RC2
0.3-RC2
Created 06 September 2018.
RaptorX Community Installer Support Plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("gov.raptor.gradle.plugins.installer-support") version "0.3-RC2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gov.raptor.gradle.plugins:InstallerSupportPlugin:0.3-RC2") } } apply(plugin = "gov.raptor.gradle.plugins.installer-support")
- Applying plugins to all subprojects .