mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Changed JDK version from 1.5 to 1.6 in an attempt to fix the Hudson
build.
This commit is contained in:
parent
ef19f9a8e6
commit
ca2aa076dc
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -361,7 +361,7 @@
|
|||
<configuration>
|
||||
<sourceEncoding>utf-8</sourceEncoding>
|
||||
<minimumTokens>100</minimumTokens>
|
||||
<targetJdk>1.5</targetJdk>
|
||||
<targetJdk>1.6</targetJdk>
|
||||
<format>xml</format>
|
||||
<failOnViolation>false</failOnViolation>
|
||||
</configuration>
|
||||
|
|
Loading…
Add table
Reference in a new issue