gradle-use-python-plugin icon indicating copy to clipboard operation
gradle-use-python-plugin copied to clipboard

Use python modules in gradle build

Results 11 gradle-use-python-plugin issues
Sort by recently updated
recently updated
newest added

Proposed Feature: Introduce a python.docker.volumes configuration option to allow users to specify volumes in the form of mappings, e.g., host_path:container_path. For example: python { docker { image = "python:3.9" volumes...

enhancement