Verified Commit c2499c6b authored by Lukas Wiest's avatar Lukas Wiest 🚂
Browse files

refactor: disable all docs linting

parent fc09f50a
Pipeline #1668 passed with stages
in 2 minutes and 55 seconds
...@@ -93,6 +93,7 @@ ...@@ -93,6 +93,7 @@
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<configuration> <configuration>
<source>1.8</source> <source>1.8</source>
<doclint>none</doclint>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment