Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created January 19, 2018 13:44
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 goofmint/21a43444b0c9f54d3bb60e90fa44cc40 to your computer and use it in GitHub Desktop.
Save goofmint/21a43444b0c9f54d3bb60e90fa44cc40 to your computer and use it in GitHub Desktop.
apply(plugin: 'java')
apply plugin: 'application'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
compile group: 'com.htmlhifive', name: 'pitalium', version: '1.2.1'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment