Build failure message
Jayanta0123 opened this issue · 2 comments
Jayanta0123 commented
lor6 commented
Hi @Jayanta0123 This is referring to the Java version; the module uses Java 13, so you'll need to run it with JDK 13 or above.
Alternatively, you could change the Java version from <java.version>13</java.version> to the version you're using wherever it appears, though I can't guarantee the code is fully compatible with other lower versions.
Jayanta0123 commented
Thanks @lor6 , Able to resolve it with JDK-8.