-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
maven build instructions should address common distribution requirements #42
Comments
Java 1.3 is more than a bit out-dated. CFLint requires Java 6 or higher. v 7 or 8 preferred. |
The Java I get from |
ryaneberly
added a commit
that referenced
this issue
Apr 1, 2015
Can you try again please? Thanks. |
BUILD SUCCESS with both OpenJDK 1.7 and 1.8 -- thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are there more complete build instructions that can be provided for people that don't live and breath Java builds?
On a vanilla debian install,
apt-get install default-jdk maven
followed by cloning the repo and runningmaven clean install
yields the following errors: https://gist.github.com/displague/702f0405bfa932be5778... And more in the gist
The text was updated successfully, but these errors were encountered: