I'm not a Java developer or Maven expert, but I had to update the version of Java used in pom.xml in order to compile. I'm using a recently upgraded macOS Catalina with Maven 3.6.2 installed via Homebrew.
If versions can't be specified as "greater than" in pom.xml, and you want to avoid hardcoding this, perhaps there's room for a comment in the README.md?
I'm not a Java developer or Maven expert, but I had to update the version of Java used in
pom.xml
in order to compile. I'm using a recently upgraded macOS Catalina with Maven 3.6.2 installed via Homebrew.If versions can't be specified as "greater than" in
pom.xml
, and you want to avoid hardcoding this, perhaps there's room for a comment in the README.md?