[FIX] Added Multi Release for LauncherCore

This commit is contained in:
microwin7 2023-07-29 18:43:12 +03:00 committed by GitHub
parent 41f00c2310
commit 0593113d97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,7 @@ java11Implementation files(sourceSets.main.output.classesDirs) { builtBy compile
from sourceSets.java11.output from sourceSets.java11.output
} }
archiveClassifier.set('clean') archiveClassifier.set('clean')
manifest.attributes("Multi-Release": "true")
} }
compileJava11Java { compileJava11Java {
sourceCompatibility = 11 sourceCompatibility = 11