/intellij-maven-module-sdk-helper

IntelliJ plugin for matching JDK versions of maven modules

Primary LanguageKotlin

maven module sdk helper

Marketplace

It automatically set module SDKs in your maven project.

To inform this plugin which version of JDKs are required, you should define jdk.version, or maven.compiler.target, maven.compiler.source in your pom.xml like below

<properties>
    <jdk.version>11</jdk.version>
</properties>

Run SDKHelper: Match modules SDKs(Ctrl+Shift+Cmd+M) Action, and specify the JDKs in dialog

dialog