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 c20c80d commit 0be8145Copy full SHA for 0be8145
modules/swagger-codegen/src/main/resources/JavaInflector/pom.mustache
@@ -137,6 +137,10 @@
137
</repository>
138
</repositories>
139
<properties>
140
+ {{#java11}}
141
+ <maven.compiler.source>11</maven.compiler.source>
142
+ <maven.compiler.target>11</maven.compiler.target>
143
+ {{/java11}}
144
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
145
<maven-plugin-version>1.0.0</maven-plugin-version>
146
<swagger-inflector-version>1.0.14</swagger-inflector-version>
0 commit comments