Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smilu97/intellij-maven-module-sdk-helper
IntelliJ plugin for matching JDK versions of maven modules
https://github.com/smilu97/intellij-maven-module-sdk-helper
Last synced: about 1 month ago
JSON representation
IntelliJ plugin for matching JDK versions of maven modules
- Host: GitHub
- URL: https://github.com/smilu97/intellij-maven-module-sdk-helper
- Owner: smilu97
- Created: 2023-11-02T09:32:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-05T07:54:19.000Z (about 1 year ago)
- Last Synced: 2023-11-06T07:19:31.122Z (about 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# maven module sdk helper
[Marketplace](https://plugins.jetbrains.com/plugin/23055-maven-module-sdk-helper)
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```xml
11
```
Run `SDKHelper: Match modules SDKs`(Ctrl+Shift+Cmd+M) Action, and specify the JDKs in dialog
![dialog](./statics/dialog.png)