This version adds the following features:
- Python source directory locations can now be configured in the
sourceSets
block, just like Java. - Python 2.7.14 is now available.
And fixes the following bugs:
getClass
, when called on a Java object, now returns the Java object class rather than the
proxy object class.- Generated
static_proxy
Java files no longer produce build warnings. - Pip is now re-run if a local requirements or wheel file changes.
- Missing stdlib modules
distutils
anddoctest
have been added (#20). For Python 2 apps, this also requires
upgrading to Python 2.7.14.
The following packages have been added to theĀ repository: