3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-07 00:22:51 +02:00

Bump the SpongePowered plugin version up to 0.8.1

Dieser Commit ist enthalten in:
Me4502 2017-05-06 16:53:28 +10:00
Ursprung 41de204186
Commit 3cf018f14a

Datei anzeigen

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