Skip to content

Commit

Permalink
vw java 11 compatibility (#1700)
Browse files Browse the repository at this point in the history
* java11 compatibility

comment out docs
maven-compiler plugin change version

* test with javadoc enabled

* update javadoc

* Fix extra spaces
  • Loading branch information
josepowera authored and JohnLangford committed Feb 8, 2019
1 parent 29c4767 commit 860ccc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/pom.xml.in
Expand Up @@ -107,7 +107,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<version>3.8.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand Down Expand Up @@ -217,7 +217,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8.1</version>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 860ccc5

Please sign in to comment.