Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimbaker/e51e5a9a98d4f4abc271 to your computer and use it in GitHub Desktop.
Save jimbaker/e51e5a9a98d4f4abc271 to your computer and use it in GitHub Desktop.
apply plugin: 'java'
version = '0.1'
jar { }
repositories {
mavenCentral()
}
dependencies {
compile group: 'org.python', name: 'jython-standalone', version: '2.7.0'
compile group: 'javax.servlet', name: 'javax.servlet-api', version: '3.1.0'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment