is jdk part of the fingerprint? saw some test fail...
# general
f
is jdk part of the fingerprint? saw some test failure like this,
xsbti/Logger
is from the shaded zinc jar, that was probably compiled by jdk8 and cached. test tries to compile with jdk7
Copy code
java.lang.UnsupportedClassVersionError: xsbti/Logger : Unsupported major.minor version 52.0
                       	at java.lang.ClassLoader.defineClass1(Native Method)
                       	at java.lang.ClassLoader.defineClass(ClassLoader.java:800)