Closed dgrove-oss closed 4 years ago
thanks a lot @dgrove-oss - is the helloJava.jar
expected to be generated by that gradle target? i see some java build lines in the build.sh
file, but i don't think this .jar is one of the jar files being built.
The Java artifact will only be generated if there is a Java8 JVM available. Looking at the log, it appears that the JVM on the test VM was Java11 so the jar generation was skipped.
we're in a new decade! i believe changing 201.*
to 20.*
should fix one of the failing tests
@mdeuser @steven0711dong -- need to run the task
tests:buildArtifacts
to generate the binary artifacts