Search Gradle plugins

Version 0.5.1 (latest)

0.5.1

Created 26 February 2024.

Configures conventions for Xenit open source packages

Add this plugin to your build using the plugins DSL:

plugins {
  id("eu.xenit.enterprise-conventions.oss") version "0.5.1"
}

See also:

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