Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
abcl
abcl
Commits
2c86d39b
Commit
2c86d39b
authored
Mar 24, 2014
by
mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f
Browse files
Don't emit warnings for JDK8 in build process: it seems to work just fine.
parent
0d28d64b
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.xml
View file @
2c86d39b
...
...
@@ -156,6 +156,8 @@ For help on the automatic tests available, use the Ant target 'help.test'.
<!-- 1.7.0_04 works much better. -->
<matches
string=
"${java.version}"
pattern=
"1\.7\.0_(0[4-9])|([1-9][0-9])"
/>
<matches
string=
"${java.version}"
pattern=
"1\.8\.0"
/>
</or>
</condition>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment