com.microsoft.javaflavours
Owner: Shane Oatman
A plugin that adds Android style flavours to your java projects
https://github.com/AzureAD/java-flavors-plugin
Sources: https://github.com/AzureAD/java-flavors-plugin
Version 1.0.1 (latest)
1.0.1
Created 06 September 2021.
A plugin that adds Android style flavours to your java projects
Add this plugin to your build using the plugins DSL:
plugins {
id("com.microsoft.javaflavours") version "1.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.microsoft:gradle-java-flavors:1.0.1") } } apply(plugin = "com.microsoft.javaflavours")
- Applying plugins to all subprojects .