geforkt von Mirrors/FastAsyncWorldEdit
Fixed builds
Dieser Commit ist enthalten in:
Ursprung
55348346e9
Commit
d56cd96282
@ -142,7 +142,7 @@ subprojects {
|
||||
include(dependency('com.sk89q:jchronic:0.2.4a'))
|
||||
include(dependency('com.thoughtworks.paranamer:paranamer:2.6'))
|
||||
include(dependency('com.sk89q.lib:jlibnoise:1.0.0'))
|
||||
relocate('net.kyori.text', 'com.sk89q.worldedit.util.formatting') {
|
||||
relocate('net.kyori.text', 'com.sk89q.worldedit.util.formatting.text') {
|
||||
include(dependency('net.kyori:text-api:2.0.0'))
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,5 @@
|
||||
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
|
||||
|
||||
apply plugin: 'eclipse'
|
||||
apply plugin: 'idea'
|
||||
|
||||
@ -30,4 +32,7 @@ sourceSets {
|
||||
}
|
||||
}
|
||||
|
||||
build.dependsOn(shadowJar { classifier = null })
|
||||
task jar(type: ShadowJar, overwrite: true) {
|
||||
from sourceSets.main.output
|
||||
configurations = [project.configurations.runtime]
|
||||
}
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren