[Build] Use 1.8 target version instead of 1.6 while using JPS build

This commit is contained in:
Dmitriy Novozhilov
2022-05-12 13:39:28 +03:00
committed by teamcity
parent 73a571ef7f
commit 993021a71d
3 changed files with 21 additions and 3 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ val proguard by task<CacheableProguardTask> {
injars(mapOf("filter" to "!META-INF/**,!**/*.kotlin_builtins"), proguardAdditionalInJars)
outjars(fileFrom(base.libsDirectory.asFile.get(), "${base.archivesName.get()}-$version-proguard.jar"))
javaLauncher.set(project.getToolchainLauncherFor(JdkMajorVersion.JDK_1_6))
javaLauncher.set(project.getToolchainLauncherFor(chooseJdk18ForJpsBuild(JdkMajorVersion.JDK_1_6)))
libraryjars(mapOf("filter" to "!META-INF/versions/**"), proguardDeps)
libraryjars(
project.files(