mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-11-04 09:30:00 +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(named("dependencyUpdates"))
|
||||
}
|
||||
jar {
|
||||
manifest.attributes("Multi-Release" to "true")
|
||||
}
|
||||
}
|
||||
|
||||
tasks.named<ProcessResources>("processResources") {
|
||||
|
Loading…
Reference in New Issue
Block a user