Set compiler preferendes to all modules

已回答

I need to set compiler preferences to all modules to JDK 1.8 instead of 1.5

It is annoying to do it one by one for all modules. how can do it by one command ?

0
Avatar
Permanently deleted user

IntelliJ definitely missed the option to apply  to  all modules the same JDK version.

I found only one way to do it:

  1. exit IDE
  2. edit  .idea/compiler.xml  and overwrite 1.5 to 1.8 version
  3. start IntelliJ again.
0

请先登录再写评论。