Skip to content
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

Minor changes to stop Java 8 erroring out #11

Merged
merged 2 commits into from
Apr 28, 2018

Conversation

FireBurn
Copy link
Contributor

This puts java.surefire.options and javadoc.options into profiles for
JDK 1.7 and JDK 1.8+ so MaxPermSize can be ommited on newer JDKs

It also adds a javadoc.opts parameter so -Xdoclint:none can be passed.
This allows me to build OpenAM with the latest Java in Jenkins

Finally I put pom.xml through xmllint --format

This puts java.surefire.options and javadoc.options into profiles for
JDK 1.7 and JDK 1.8+ so MaxPermSize can be ommited on newer JDKs

It also adds a javadoc.opts parameter so -Xdoclint:none can be passed.
This allows me to build OpenAM with the latest Java in Jenkins

Finally I put pom.xml through xmllint --format
@FireBurn
Copy link
Contributor Author

I can also send the change without the xmlline --format if you'd prefer

@vharseko
Copy link
Member

can you check core.autocrlf ?

In Linux/OSX

git config --global core.autocrlf input

This will fix any CRLF to LF when you commit.

In Windows

git config --global core.autocrlf true

@vharseko vharseko added this to the 14.1 milestone Apr 28, 2018
@vharseko vharseko merged commit 2f3d35c into OpenIdentityPlatform:master Apr 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants