com.linkedin.python-sdist
所有者: LinkedIn Engineering
使用Gradle构建Python
https://github.com/linkedin/pygradle
源代码: https://github.com/linkedin/pygradle
使用 插件DSL
plugins {
id("com.linkedin.python-sdist") version "0.9.11"
}
使用 旧插件应用方式
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.linkedin.pygradle:pygradle-plugin:0.9.11")
}
}
apply(plugin = "com.linkedin.python-sdist")