com.linkedin.python-cli
Owner: LinkedIn Engineering
Building Python with Gradle
https://github.com/linkedin/pygradle
Sources: https://github.com/linkedin/pygradle
Add this plugin to your build using the plugins DSL:
plugins {
id("com.linkedin.python-cli") version "0.5.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.linkedin.pygradle:pygradle-plugin:0.5.2") } } apply(plugin = "com.linkedin.python-cli")
- Applying plugins to all subprojects .