Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Declare which versions of Java are supported. Specifically, Java is n…
…o longer backwards compatible and built-in libraries such as javax/xml/bind/DataConverter have been removed in Java 9. I've actually added the following extra dependency to work around this: implementation 'org.glassfish.jaxb:jaxb-runtime:2.3.2' This is needed to provided the DataConverter class used by jlog. JLog should really be fixing this though...
- Loading branch information