Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-07 20:10:06 +01:00
Bump the SpongePowered plugin version up to 0.8.1
Dieser Commit ist enthalten in:
Ursprung
41de204186
Commit
3cf018f14a
@ -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 {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren