Open wing328 opened 3 years ago
Needed this change to reproduce locally:
git diff
diff --git a/samples/client/petstore/java/webclient/pom.xml b/samples/client/petstore/java/webclient/pom.xml
index c020fc7f7e..0daa9d5d53 100644
--- a/samples/client/petstore/java/webclient/pom.xml
+++ b/samples/client/petstore/java/webclient/pom.xml
@@ -38,8 +38,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<configuration>
- <source>1.8</source>
- <target>1.8</target>
+ <source>11</source>
+ <target>11</target>
</configuration>
</plugin>
<plugin>
Description
To address the following javadoc warnings:
openapi-generator version
latest master
OpenAPI declaration file content or url
petstore spec
Command line used for generation
Steps to reproduce
Run
gradle build
ormvn clen package
insamples/client/petstore/java/webclient/
Related issues/PRs
Suggest a fix/enhancement
Fix the warnings by updating the docstrings in the templates.