Closed ianzavitz closed 5 years ago
Use the bundled gradle version (5.4.1) and it compiles successfully. From the project root:
./gradlew compileJava
Oh wow okay, so apparently I just had another version of java installed on this machine and wasn't aware. Switching to the correct version fixed the issue.
I'm trying to build pharmcat with gradle 5.6 and java 8.
It appears that i am getting a failure to execute ':compileJava' when building with the following command.