bst-mug / n2c2

Support code for participation at the 2018 n2c2 Shared-Task Track 1
https://n2c2.dbmi.hms.harvard.edu
Apache License 2.0
6 stars 4 forks source link

Build fails on JDK10 #31

Closed michelole closed 5 years ago

michelole commented 6 years ago

mvn clean test fails with:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project n2c2: Fatal error compiling: java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTags -> [Help 1]
michelole commented 6 years ago

Depends on https://github.com/rzwitserloot/lombok/issues/1572

Which should be fixed on Lombok 1.16.21 [not released], which is a dependency of deeplearning4j.

Deeplearning4j 0.9.1 currently requires lombok 1.16.16, so we gotta wait.