File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -218,6 +218,36 @@ limitations under the License.
218
218
</pluginManagement >
219
219
</build >
220
220
</profile >
221
+ <profile >
222
+ <id >jdk11+</id >
223
+ <activation >
224
+ <jdk >[11,)</jdk >
225
+ </activation >
226
+ <build >
227
+ <pluginManagement >
228
+ <plugins >
229
+ <plugin >
230
+ <artifactId >maven-compiler-plugin</artifactId >
231
+ <executions >
232
+ <execution >
233
+ <id >compile-java-11</id >
234
+ <goals >
235
+ <goal >compile</goal >
236
+ </goals >
237
+ <configuration >
238
+ <release >11</release >
239
+ <compileSourceRoots >
240
+ <compileSourceRoot >${project.basedir} /src/main/java11</compileSourceRoot >
241
+ </compileSourceRoots >
242
+ <multiReleaseOutput >true</multiReleaseOutput >
243
+ </configuration >
244
+ </execution >
245
+ </executions >
246
+ </plugin >
247
+ </plugins >
248
+ </pluginManagement >
249
+ </build >
250
+ </profile >
221
251
<profile >
222
252
<id >plexus-release</id >
223
253
<build >
You can’t perform that action at this time.
0 commit comments