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
Version 3.2.0
3.2.0
Created 13 November 2023.
Parent build plugin for Kordamp Projects
Add this plugin to your build using the plugins DSL:
plugins {
id("org.kordamp.gradle.kordamp-parentbuild") version "3.2.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.kordamp.gradle:kordamp-parentbuild:3.2.0") } } apply(plugin = "org.kordamp.gradle.kordamp-parentbuild")
- Applying plugins to all subprojects .