Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Building with Java 9 #2393

Open
AljoschaMeyer opened this issue Jan 11, 2018 · 1 comment
Open

Building with Java 9 #2393

AljoschaMeyer opened this issue Jan 11, 2018 · 1 comment

Comments

@AljoschaMeyer
Copy link

Running mvn package fails when using Java version 9, due to ambiguos type references. Java 9 adds java.lang.Module, which conflicts with the unqualified imports of org.kframework.kil.Moule, e.g. here.

Sorry for not providing java -v output and the error message, but this error did not happen on my computer. Should be fairly easy to reproduce though, just get mvn package to use Java 9.

@dlucanu
Copy link
Member

dlucanu commented Jan 11, 2018 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants