mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-08 09:54:04 +01:00
12f8861d07
externalize strings plotme conversion fixes
11 lines
294 B
Groovy
11 lines
294 B
Groovy
dependencies {
|
|
testCompile 'junit:junit:4.12'
|
|
compile 'org.yaml:snakeyaml:1.16'
|
|
compile 'com.google.code.gson:gson:2.2.4'
|
|
}
|
|
|
|
sourceCompatibility = 1.7
|
|
targetCompatibility = 1.7
|
|
|
|
jar.archiveName = rootProject.name + "-Core-${parent.version}.jar"
|
|
jar.destinationDir = file '../target' |