mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] Added Multi Release for LauncherCore (#672)
This commit is contained in:
parent
41f00c2310
commit
4d1fd23e84
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue