[FIX] Added Multi Release for LauncherCore (#672)

This commit is contained in:
microwin7 2023-07-30 10:32:13 +03:00 committed by GitHub
parent 41f00c2310
commit 4d1fd23e84
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