|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [JIRA] (JENKINS-14579) Cannot compile Jenk... [email protected] (JIRA)
- [JIRA] (JENKINS-14579) Cannot compile... [email protected] (JIRA)
- [JIRA] (JENKINS-14579) Cannot compile... [email protected] (JIRA)
- [JIRA] (JENKINS-14579) Cannot compile... [email protected] (JIRA)

Since [3] specifies that Jenkins should run on JRE 5, I've tried changing maven-compiler-plugin configuration
from <source>1.5</source>
<target>1.5</target>
to <source>1.6</source>
<target>1.5</target>
and regenerated the projects. Everything worked like a charm!
[3] https://wiki.jenkins-ci.org/display/JENKINS/Meet+Jenkins