Note: This plugin is currently to be used within the GradleX organization only to develop org.gradlex plugins
settings.gradle.kts
plugins {
id("org.gradlex.internal-build-conventions") version "0.8"
}build.gradle.kts
publishingConventions {
pluginPortal("${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")
// ...
}
testingConventions {
testGradleVersions("6.8.3", "6.9.4", "7.0.2", "8.0.2", "8.14.3")
}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.