Leave a note about unsupported versions

This commit is contained in:
N0tMyFaultOG
2021-01-19 20:23:37 +01:00
parent 4b38526efb
commit acc8a79e8e
3 changed files with 2 additions and 3 deletions

View File

@ -112,7 +112,6 @@ fun Project.applyPlatformAndCoreConfiguration() {
fun Project.applyShadowConfiguration() {
tasks.named<ShadowJar>("shadowJar") {
// archiveClassifier.set("dist")
dependencies {
include(project(":worldedit-libs:core"))
include(project(":worldedit-libs:${project.name.replace("worldedit-", "")}"))