Please provide:
https://jitpack.io/com/github/softInstigate/restheart/4.1.3/build.log
- Does the project build on your machine with the same commands (e.g. ./gradlew install) ?
Yes: mvn clean install -DskipTests
- What error are you seeing?
Fatal error compiling: invalid target release: 11
We actually need to build with JDK 11
This error is weird because another project using JDK 11 is building successfully in Jitpack.
Thank you!
Please provide:
https://jitpack.io/com/github/softInstigate/restheart/4.1.3/build.log
Yes: mvn clean install -DskipTests
Fatal error compiling: invalid target release: 11We actually need to build with JDK 11
This error is weird because another project using JDK 11 is building successfully in Jitpack.
Thank you!