mirror of
https://github.com/spring-cloud/spring-cloud-build.git
synced 2026-09-17 12:49:00 +00:00
Downgrades antora node version temporarily
This commit is contained in:
@@ -1069,6 +1069,12 @@
|
||||
<groupId>io.spring.maven.antora</groupId>
|
||||
<artifactId>antora-maven-plugin</artifactId>
|
||||
<version>${antora-maven-plugin.version}</version>
|
||||
<configuration>
|
||||
<!-- TODO: remove when CI upgrades past ubuntu 1804 -->
|
||||
<node>
|
||||
<version>v16.16.0</version>
|
||||
</node>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>${antora-maven-plugin.phase}</phase>
|
||||
|
||||
Reference in New Issue
Block a user