org.kordamp.gradle.profiles
Owner: Andres Almiray
Maven style profile support for Gradle
https://github.com/kordamp/kordamp-gradle-plugins
Sources: https://github.com/kordamp/kordamp-gradle-plugins
Version 0.46.8
0.46.8
Created 26 January 2023.
Maven style profile support for Gradle
Add this plugin to your build using the plugins DSL:
plugins {
id("org.kordamp.gradle.profiles") version "0.46.8"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.kordamp.gradle:profiles-gradle-plugin:0.46.8") } } apply(plugin = "org.kordamp.gradle.profiles")
- Applying plugins to all subprojects .