We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c829b4b commit 7a3a8f4Copy full SHA for 7a3a8f4
pom.xml
@@ -307,11 +307,8 @@
307
<version>3.11.3</version>
308
<configuration>
309
<failOnWarnings>${javadoc.failOnWarnings}</failOnWarnings>
310
- <sourceFileExcludes>
311
- <sourceFileExclude>**/GoFeatureFlagProviderOptions.java</sourceFileExclude>
312
- </sourceFileExcludes>
313
<excludePackageNames>
314
- dev.openfeature.flagd.grpc,dev.openfeature.contrib.providers.gofeatureflag.exception,dev.openfeature.contrib.providers.gofeatureflag.bean
+ dev.openfeature.flagd.grpc
315
</excludePackageNames>
316
<doclint>all,-missing
317
</doclint> <!-- ignore missing javadoc, these are enforced with more customizability in the checkstyle plugin -->
0 commit comments