What does IntelliJ use <https://github.com/JetBrai...
# intellij
w
What does IntelliJ use https://github.com/JetBrains/intellij-community/blob/master/jps/jps-builders/src/org/jetbrains/jps/cmdline/BuildMain.java for? I see a java process running this class with different JDK than the IntelliJ itself/Gradle has set (the
BuildMain
is started with JDK 11, the rest with JDK 17) and I wonder what might be affected (It’s on Android Studio so I need to check where to report this mismatch)
a
w
Of course now I can’t reproduce this. Any hint as to when this process might be triggered? I’m normally using IDE, running some tests and I don’t see it running now at all (not even with expected jdk)