Use Gradle

This commit is contained in:
wb9688
2017-08-05 10:03:56 +02:00
parent f314bec396
commit d88fe691cf
85 changed files with 1233 additions and 0 deletions

14
build.gradle Normal file
View File

@@ -0,0 +1,14 @@
apply plugin: 'java-library'
repositories {
jcenter()
}
dependencies {
implementation 'org.json:json:20160807'
implementation 'org.jsoup:jsoup:1.9.2'
implementation 'org.mozilla:rhino:1.7.7.1'
testImplementation 'junit:junit:4.12'
}