Polishing

Skip build forking for Javadoc generation. Upgrade to next doc resources.
This commit is contained in:
Mark Paluch
2020-12-10 11:57:27 +01:00
parent 834bedaa87
commit a36454738e
2 changed files with 2 additions and 2 deletions

View File

@@ -754,7 +754,7 @@
<execution>
<id>aggregate-javadoc</id>
<goals>
<goal>aggregate</goal>
<goal>aggregate-no-fork</goal>
</goals>
<phase>package</phase>
</execution>

View File

@@ -68,7 +68,7 @@
<dependency>
<groupId>io.spring.docresources</groupId>
<artifactId>spring-doc-resources</artifactId>
<version>0.2.2.RELEASE</version>
<version>0.2.5</version>
<scope>provided</scope>
<type>zip</type>
<optional>true</optional>