org.kordamp.gradle.kordamp-parentbuild
Owner: Andres Almiray
Parent build for Kordamp projects
https://github.com/kordamp/kordamp-parent
Sources: https://github.com/kordamp/kordamp-parentbuild.git
Add this plugin to your build using the plugins DSL:
plugins {
id("org.kordamp.gradle.kordamp-parentbuild") version "3.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.kordamp.gradle:kordamp-parentbuild:3.0.0") } } apply(plugin = "org.kordamp.gradle.kordamp-parentbuild")
- Applying plugins to all subprojects .