ayushtkn opened a new issue, #1503: URL: https://github.com/apache/incubator-stormcrawler/issues/1503
### Version main branch ### Describe what's wrong The Building From Source in README mentions minimum JDK version required as JDK-11 but on JDK-11, it fails with ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.14.0:compile (default-compile) on project stormcrawler-core: Fatal error compiling: error: release version 17 not supported -> [Help 1] ``` The reason being: https://github.com/apache/incubator-stormcrawler/pull/1457 It changed the compiler version to 17 https://github.com/apache/incubator-stormcrawler/blame/54ce7d7ea5bae88736c8759ceb5a5f118c94c45b/pom.xml#L88-L89 ### Error message and/or stacktrace Correct the minimum JDK requirement here: https://github.com/apache/incubator-stormcrawler?tab=readme-ov-file#building-from-source ### How to reproduce mvn clean install with JDK-11 ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@stormcrawler.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org