Mikhail Kalkov edited a comment on Bug JENKINS-14579

Since [3] specifies that Jenkins should run on JRE 5, I've tried changing maven-compiler-plugin configuration in main pom.xml from

<configuration>
  <source>1.5</source>
  <target>1.5</target>
</configuration>

to

<configuration>
  <source>1.6</source>
  <target>1.5</target>
</configuration>

and regenerated the projects. Everything worked like a charm!


[3] https://wiki.jenkins-ci.org/display/JENKINS/Meet+Jenkins

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

Reply via email to