Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.43 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.43 KB

Plugin Publish Conventions Gradle plugin

Build Status Gradle Plugin Portal

Note: This plugin is currently to be used within the GradleX organization only to publish org.gradlex plugins

Usage

plugins {
    id("org.gradlex.internal.plugin-publish-conventions")
}

pluginPublishConventions {
    id("${project.group}.${project.name}")
    implementationClass("org.gradlex.buildparameters.BuildParametersPlugin")
    displayName("Build Parameters Gradle Plugin")
    description("Compile-safe access to parameters supplied to a Gradle build.")
    tags("gradlex", "parameters", "build parameters")
    gitHub("https://github.com/gradlex-org/build-parameters")
    // ...
}

Disclaimer

Gradle and the Gradle logo are trademarks of Gradle, Inc. The GradleX project is not endorsed by, affiliated with, or associated with Gradle or Gradle, Inc. in any way.