Skip to content

smilu97/intellij-maven-module-sdk-helper

Repository files navigation

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

About

IntelliJ plugin for matching JDK versions of maven modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages