mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Update Upstream
6c08b68 Set Multi-Release in CLI manifest
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user