mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 11:55:38 +01:00
Force Core to use Java 7
This commit is contained in:
parent
01710e3ddb
commit
5da8700f7f
@ -1,5 +1,9 @@
|
||||
dependencies {
|
||||
compile 'org.yaml:snakeyaml:1.16'
|
||||
}
|
||||
|
||||
sourceCompatibility = 1.7
|
||||
targetCompatibility = 1.7
|
||||
|
||||
jar.archiveName="PlotSquared-API-${parent.version}.jar"
|
||||
jar.destinationDir = file '../target'
|
Loading…
Reference in New Issue
Block a user