Skip to content

Commit e51a218

Browse files
committed
add fix to pom.xml that is supposed to fix the things
1 parent 6a4fdda commit e51a218

3 files changed

Lines changed: 10 additions & 112 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
with:
2525
java-version: '11'
2626
distribution: 'zulu'
27+
cache: 'maven'
2728
- name: Set up CI environment
2829
run: .github/setup.sh
2930
- name: Execute the build

.github/workflows/debug-javadoc-classpath.yml

Lines changed: 0 additions & 112 deletions
This file was deleted.

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,14 @@
145145
</includes>
146146
</resource>
147147
</resources>
148+
<plugins>
149+
<plugin>
150+
<groupId>org.apache.maven.plugins</groupId>
151+
<artifactId>maven-javadoc-plugin</artifactId>
152+
<configuration>
153+
<legacyMode>true</legacyMode>
154+
</configuration>
155+
</plugin>
156+
</plugins>
148157
</build>
149158
</project>

0 commit comments

Comments
 (0)