Skip to content

Commit

Permalink
Fail on javadoc errors
Browse files Browse the repository at this point in the history
And fix failures so the build doesn't fail.
  • Loading branch information
akurtakov committed Dec 11, 2024
1 parent abda584 commit 10517c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bundles/org.eclipse.osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<properties>
<!-- The actual TCKs are executed in the org.eclipse.osgi.tck module because of reference to other service implementations -->
<tck.skip>true</tck.skip>
<failOnJavadocErrors>false</failOnJavadocErrors>
</properties>

<build>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<!-- required by: org.eclipse.equinox.framework:launcher-binary-parent -->
<equinox.binaries.loc>../../../equinox.binaries</equinox.binaries.loc>
<target-platform.optionalDependencies>require</target-platform.optionalDependencies>
<failOnJavadocErrors>true</failOnJavadocErrors>
</properties>

<!--
Expand Down

0 comments on commit 10517c7

Please sign in to comment.