We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47898d3 commit bd6e297Copy full SHA for bd6e297
vcf-input-mask/pom.xml
@@ -75,6 +75,9 @@
75
<plugin>
76
<groupId>org.apache.maven.plugins</groupId>
77
<artifactId>maven-javadoc-plugin</artifactId>
78
+ <configuration>
79
+ <source>8</source>
80
+ </configuration>
81
</plugin>
82
83
@@ -163,6 +166,7 @@
163
166
<configuration>
164
167
<quiet>true</quiet>
165
168
<additionalparam>-Xdoclint:none</additionalparam>
169
170
</configuration>
171
172
</plugins>
0 commit comments