com.linkedin.python-flyer
所有者: LinkedIn 工程师
使用 Gradle 构建 Python
https://github.com/linkedin/pygradle
来源:https://github.com/linkedin/pygradle
使用 插件 DSL
plugins {
id("com.linkedin.python-flyer") 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-flyer")