Marcus

Results 3 comments of Marcus

> Hmm, on a Linux system now (again, nothing to do with Android, I'm getting: > > ``` > [INFO] Running edu.cornell.ansci.dairy.econ.model.CowTest > [ERROR] Tests run: 16, Failures: 0, Errors:...

> > I've found a workaround for the issue adding this in your gradle file as dependency: > > ` testImplementation files(Jvm.current().toolsJar)` > > This is working for me and...