mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-11-22 12:05:45 +01:00
try to fix newer java Multi-Release
This commit is contained in:
parent
779e1dab4d
commit
1ab6d9cda5
@ -87,6 +87,9 @@ tasks {
|
|||||||
dependsOn(shadowJar)
|
dependsOn(shadowJar)
|
||||||
dependsOn(named("dependencyUpdates"))
|
dependsOn(named("dependencyUpdates"))
|
||||||
}
|
}
|
||||||
|
jar {
|
||||||
|
manifest.attributes("Multi-Release" to "true")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.named<ProcessResources>("processResources") {
|
tasks.named<ProcessResources>("processResources") {
|
||||||
|
Loading…
Reference in New Issue
Block a user