Bump the SpongePowered plugin version up to 0.8.1

This commit is contained in:
Me4502 2017-05-06 16:53:28 +10:00
parent 41de204186
commit 3cf018f14a

View File

@ -8,7 +8,7 @@ buildscript {
} }
plugins { plugins {
id 'org.spongepowered.plugin' version '0.6' id 'org.spongepowered.plugin' version '0.8.1'
} }
dependencies { dependencies {
@ -17,8 +17,8 @@ dependencies {
testCompile group: 'org.mockito', name: 'mockito-core', version:'1.9.0-rc1' testCompile group: 'org.mockito', name: 'mockito-core', version:'1.9.0-rc1'
} }
sourceCompatibility = 1.8 sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = 1.8 targetCompatibility = JavaVersion.VERSION_1_8
sponge { sponge {
plugin { plugin {