linkedin / pygradle

Using Gradle to build Python projects
https://github.com/linkedin/pygradle
Apache License 2.0
588 stars 147 forks source link

Add task action method to no-op task. #286

Closed zvezdan closed 5 years ago

zvezdan commented 5 years ago

Also, make sure to check the task is not already created before attempting to create it.

Add Travis badge to README.

Remove ineffective JVM_OPTS (Clojure specific) and GRADLE_OPTS (used for client VM that handles command line input/output only, not the actual build). Use _JAVA_OPTIONS instead.