This is an automated email from the ASF dual-hosted git repository.
gaul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git
The following commit(s) were added to refs/heads/master by this push:
new 49a54ea Disable doclint during Jenkins build
49a54ea is described below
commit 49a54ea9cad457ac1c1fb29b9878ecbc92e761b4
Author: Andrew Gaul <[email protected]>
AuthorDate: Thu Jun 25 08:37:25 2020 +0900
Disable doclint during Jenkins build
Now that we require Java 8 we do not need this workaround.
---
project/pom.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/project/pom.xml b/project/pom.xml
index 2bc7139..9924745 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -1494,9 +1494,6 @@
</plugin>
</plugins>
</build>
- <properties>
- <javadoc.opts></javadoc.opts>
- </properties>
</profile>
</profiles>
</project>