Search Gradle plugins

Version 0.1.0

0.1.0

Created 25 February 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.1.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("eu.xenit.gradle:enterprise-conventions-plugin:0.1.0")
      }
    }
    
    apply(plugin = "eu.xenit.enterprise-conventions.private")
  • Applying plugins to all subprojects .