Gabriel Tofvesson 8241033eba Initial commit
2017-07-04 22:28:16 +02:00

9 lines
165 B
Groovy

apply plugin: 'java-library'
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
}
sourceCompatibility = "1.8"
targetCompatibility = "1.8"