PlotSquared/Core/build.gradle
Jesse Boyd f68042bc11 Fixes
Fixes unlink failing if a parameter is provided
Fix plot unlinking not resetting the road biome
Fixes #888
2016-02-27 16:05:21 +11:00

4 lines
110 B
Groovy

dependencies {
compile 'org.yaml:snakeyaml:1.16'
}
jar.archiveName="PlotSquared-API-${parent.version}.jar"