ru.vyarus.use-python
Owner: Vyacheslav Rusakov
Manage pip dependencies and use python in gradle build
https://github.com/xvik/gradle-use-python-plugin
Sources: https://github.com/xvik/gradle-use-python-plugin.git
Version 2.1.0
2.1.0
Created 17 March 2020.
Manage pip dependencies and use python in gradle build
Add this plugin to your build using the plugins DSL:
plugins {
id("ru.vyarus.use-python") version "2.1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("ru.vyarus:gradle-use-python-plugin:2.1.0") } } apply(plugin = "ru.vyarus.use-python")
- Applying plugins to all subprojects .