https://github.com/cosium/vet-intellij-plugin
IntelliJ plugin for https://github.com/Cosium/vet
https://github.com/cosium/vet-intellij-plugin
Last synced: about 16 hours ago
JSON representation
IntelliJ plugin for https://github.com/Cosium/vet
- Host: GitHub
- URL: https://github.com/cosium/vet-intellij-plugin
- Owner: Cosium
- License: mit
- Created: 2018-05-13T09:55:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-25T07:29:54.000Z (almost 7 years ago)
- Last Synced: 2026-04-19T04:08:37.749Z (2 months ago)
- Language: Java
- Homepage:
- Size: 83 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vet-intellij-plugin
IntelliJ plugin for https://github.com/Cosium/vet
### Build
IntelliJ is not fully usable on JVM 9+. Therefore this plugin must be built using JDK 8.
Vet core is compatible Java 8, but built using Java 9 in order to be JLinked.
Consequently, as long as this situation lasts, to save the author mental health, Vet core source must be pulled into the current project using symbolic link.
```bash
git clone https://github.com/Cosium/vet
git clone https://github.com/Cosium/vet-intellij-plugin
cd vet-intellij-plugin/src/main/java/com/cosium
ln -sfn ../../../../../../vet/src/main/java/com/cosium/vet/ .
```