eu.xenit.enterprise-conventions.private
Owner: Xenit solutions
Configures conventions for Xenit private packages
https://github.com/xenit-eu/enterprise-conventions-gradle-plugin
Sources: https://github.com/xenit-eu/enterprise-gradle-plugin
Version 0.2.0-rc.1
0.2.0-rc.1
Created 09 March 2021.
Configures conventions for Xenit private packages
Add this plugin to your build using the plugins DSL:
plugins {
id("eu.xenit.enterprise-conventions.private") version "0.2.0-rc.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("eu.xenit.gradle:enterprise-conventions-plugin:0.2.0-rc.1") } } apply(plugin = "eu.xenit.enterprise-conventions.private")
- Applying plugins to all subprojects .