Skip to content

Commit

Permalink
Fix javadoc plugin configuration when JDK preview features used
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Apr 5, 2024
1 parent a0701c8 commit 7cba31f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Airbase 154
* Fix javadoc building when `air.compiler.enable-preview` is set

Airbase 153
* Dependency updates:
- OpenTelemetry 1.36.0 (from 1.35.0)
Expand Down
1 change: 1 addition & 0 deletions airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,7 @@
<encoding>${project.build.sourceEncoding}</encoding>
<maxmemory>${air.build.jvmsize}</maxmemory>
<doclint>${air.javadoc.lint}</doclint>
<additionalOptions>${surefireEnablePreview}</additionalOptions>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 7cba31f

Please sign in to comment.