You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jcabi-beanstalk-maven-plugin can't be built with Java 8, because we use Jfrog Anno Mojo maven plugin, and it's not ready for Java8 (for details see #17).
It is decided to get rid of Jfrog Anno Mojo maven plugin and use normal maven xdoclet annotations.
(Jfrog Anno Mojo allows to use Java5-style annotations instead of writing them in javadoc comments.
We need to switch back to this comments option.)
You can find the plugin's occurrences in pom.xml by searching for jfrog.
The text was updated successfully, but these errors were encountered:
jcabi-beanstalk-maven-plugin can't be built with Java 8, because we use Jfrog Anno Mojo maven plugin, and it's not ready for Java8 (for details see #17).
It is decided to get rid of Jfrog Anno Mojo maven plugin and use normal maven xdoclet annotations.
(Jfrog Anno Mojo allows to use Java5-style annotations instead of writing them in javadoc comments.
We need to switch back to this comments option.)
You can find the plugin's occurrences in pom.xml by searching for
jfrog
.The text was updated successfully, but these errors were encountered: