Skip to content

Commit 7a3a8f4

Browse files
fix(go-feature-flag): Fix javadoc generation blocking release please (#1592)
Signed-off-by: Thomas Poignant <[email protected]>
1 parent c829b4b commit 7a3a8f4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,11 +307,8 @@
307307
<version>3.11.3</version>
308308
<configuration>
309309
<failOnWarnings>${javadoc.failOnWarnings}</failOnWarnings>
310-
<sourceFileExcludes>
311-
<sourceFileExclude>**/GoFeatureFlagProviderOptions.java</sourceFileExclude>
312-
</sourceFileExcludes>
313310
<excludePackageNames>
314-
dev.openfeature.flagd.grpc,dev.openfeature.contrib.providers.gofeatureflag.exception,dev.openfeature.contrib.providers.gofeatureflag.bean
311+
dev.openfeature.flagd.grpc
315312
</excludePackageNames>
316313
<doclint>all,-missing
317314
</doclint> <!-- ignore missing javadoc, these are enforced with more customizability in the checkstyle plugin -->

0 commit comments

Comments
 (0)