Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.5
-
None
Description
the package_as_javadoc method in lib/buildr/java/packaging.rb calls the javadoc method from lib/buildr/core/doc.rb. This method is deprecated resulting in deprecation warnings whenever pacakge(:javadoc) is used.
The attached patch modifies package_as_javadoc to use the non-deprecated replacement of the javadoc method.