Skip to content

Commit bd6e297

Browse files
committed
Version 2.0.1 - ready to release
Fix an issue to release the addon in Java 11
1 parent 47898d3 commit bd6e297

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vcf-input-mask/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@
7575
<plugin>
7676
<groupId>org.apache.maven.plugins</groupId>
7777
<artifactId>maven-javadoc-plugin</artifactId>
78+
<configuration>
79+
<source>8</source>
80+
</configuration>
7881
</plugin>
7982
<plugin>
8083
<groupId>org.apache.maven.plugins</groupId>
@@ -163,6 +166,7 @@
163166
<configuration>
164167
<quiet>true</quiet>
165168
<additionalparam>-Xdoclint:none</additionalparam>
169+
<source>8</source>
166170
</configuration>
167171
</plugin>
168172
</plugins>

0 commit comments

Comments
 (0)