mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 03:30:11 +00:00
Force Core to use Java 7
This commit is contained in:
parent
01710e3ddb
commit
5da8700f7f
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue