Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 539 Bytes

File metadata and controls

18 lines (12 loc) · 539 Bytes

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