We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81ed30b + c36a01e commit 2f93bc0Copy full SHA for 2f93bc0
1 file changed
boat-scaffold/src/main/templates/boat-java/libraries/resttemplate/pom.mustache
@@ -143,14 +143,16 @@
143
<groupId>org.apache.maven.plugins</groupId>
144
<artifactId>maven-compiler-plugin</artifactId>
145
<version>3.6.1</version>
146
- {{#useJakartaEe}}
147
- <source>17</source>
148
- <target>17</target>
149
- {{/useJakartaEe}}
150
- {{^useJakartaEe}}
151
- <source>1.8</source>
152
- <target>1.8</target>
153
+ <configuration>
+ {{#useJakartaEe}}
+ <source>17</source>
+ <target>17</target>
+ {{/useJakartaEe}}
+ {{^useJakartaEe}}
+ <source>1.8</source>
+ <target>1.8</target>
154
155
+ </configuration>
156
</plugin>
157
<plugin>
158
0 commit comments