Update Upstream

6c08b68 Set Multi-Release in CLI manifest
This commit is contained in:
NotMyFault
2021-09-07 10:19:04 +02:00
parent 91ad0a20ef
commit 8c328abdd2
2 changed files with 9 additions and 2 deletions

View File

@ -11,7 +11,13 @@ project.description = "CLI"
applyPlatformAndCoreConfiguration()
applyShadowConfiguration()
addJarManifest(WorldEditKind.Standalone("com.sk89q.worldedit.cli.CLIWorldEdit"))
addJarManifest(
WorldEditKind.Standalone("com.sk89q.worldedit.cli.CLIWorldEdit"),
extraAttributes = mapOf(
// We don't have any multi-release stuff, but Log4J does.
"Multi-Release" to "true",
),
)
dependencies {
// Modules