I started to play with circleci today.
I’ve set one project that is running well on my machine, but at the circleci env it fails with a NPE caused by a java statement trying to get a test resource inside the building jar that will be used to compare.
a.analyzeResource(new JarResource(new File(getClass()
.getResource("/testdata/07-optionalimport.jar").getPath())),
caps, reqs);
Am I missing something ?