mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[jps build] restore ability to run build process under Java 8 (IDEA-243693)
GitOrigin-RevId: f041851eed4569cb046353544298d5444ce03310
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0b1c5d533f
commit
32d8663cfe
@@ -942,7 +942,7 @@ public final class BuildManager implements Disposable {
|
||||
|
||||
@NotNull
|
||||
public static Pair<Sdk, JavaSdkVersion> getBuildProcessRuntimeSdk(@NotNull Project project) {
|
||||
return getRuntimeSdk(project, 11);
|
||||
return getRuntimeSdk(project, 8);
|
||||
}
|
||||
|
||||
@NotNull
|
||||
|
||||
Reference in New Issue
Block a user