grammarKit { // The release version of the [Grammar-Kit](https://github.com/JetBrains/Grammar-Kit) to use. //jflexRelease = libs.versions.ideaJFlexPlugin // The ...
I'm trying to run native image based on springmvc-tomcat sample application. Everything is almost fine. Native image is built successfully, Spring Boot application ...