Note: This plugin is currently to be used within the GradleX organization only to publish org.gradlex
plugins
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")
// ...
}
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.