Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.1:javadoc (default) on project zap: An error has occurred in JavaDocs report generation <build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</plugin>
</plugins>
</build>1) Do i need to reconfigure everything to run with java 7?
2) Do i need to undo my 1.0.0 release because it compiled with java 7? If so, how would i undo my release?
--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-dev+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/050803d3-af1d-4faa-bb41-4728d47660df%40googlegroups.com.
Not true. Builds are done by default with JDK 8, but the binaries run on 7 as well.
If you have Javadoc errors (not merely warnings), take three minutes to fix them.
Not true. Builds are done by default with JDK 8, but the binaries run on 7 as well.
If you have Javadoc errors (not merely warnings), take three minutes to fix them.
--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-dev+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr3oppX35jh1TjMvEp565rDhCvsL2ghwZi6Et8somqM5Og%40mail.gmail.com.
Just edit your POM and cut a new release. We avoid suppressing existing releases unless there is no alternative.
And yes just set `java.level` to 6 and you should be fine.
Currently jenkins.ci.cloudbees.com jobs are not self-configurable. We are migrating plugin builds incrementally to ci.jenkins.io though I think this is still in an experimental phase.