mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PCQA-1191 pin expected JVM version
(cherry picked from commit 8af284c0745ad2366f1a71981da6cc17bf07e20d) IJ-MR-171815 GitOrigin-RevId: 58e6f9301c95ba2182f991ed8af8236fcacddd49
This commit is contained in:
committed by
intellij-monorepo-bot
parent
daf3404311
commit
a8ae127097
@@ -1,9 +1,16 @@
|
||||
import org.apache.tools.ant.taskdefs.condition.Os
|
||||
|
||||
plugins {
|
||||
id "java"
|
||||
id "com.jetbrains.python.envs" version "0.0.33"
|
||||
}
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion.set(JavaLanguageVersion.of(17))
|
||||
}
|
||||
}
|
||||
|
||||
ext {
|
||||
pydevDir = new File(projectDir, '/../../../helpers/pydev/')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user