Closed niemyjski closed 3 years ago
I have used Lombok for the automatic generation of lots of Java code. IntelliJ provides code completion if you use lombok. Maybe there is some extension for VSCode. I will import this project in VSCode and will have a look
mvn clean verify
should do the trick but yeah let me have a look
This issue is stale
invalid target release: 11
This looks like the Java version is not set properly. Maybe some hints here: https://stackoverflow.com/questions/51468580/maven-invalid-target-release-10
For VSCode code completion using Lombok, I will suggest this extension: https://marketplace.visualstudio.com/items?itemName=GabrielBB.vscode-lombok. I have updated this info in readme too
I installed latest JDK 11 (not the OJDK) and maven latest and I can't verify or run any of the tests. Is there something I need to do? I can't verify or click around in VS Code very easily because the builder methods don't exist.