How can I add jars to the classpath when I invoke Jython *without* adding them to $CLASSPATH?
You can use the -D option to set python.path: jython -Dpython.path=FOO:BAR:BAZ argyle.py
You can use the -D option to set python.path: jython -Dpython.path=FOO:BAR:BAZ argyle.py
The buildScript block determines which plugins, task classes, and other classes are available for use in the rest of the build script. Without a buildScript block, you can use everything that ships with Gradle out-of-the-box. If you additionally want to use third-party plugins, task classes, or other classes (in the build script!), you have to … Read more