File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 141
141
<goal >test-compile</goal >
142
142
</goals >
143
143
<configuration >
144
- <jvmTarget >1.8 </jvmTarget >
144
+ <jvmTarget >11 </jvmTarget >
145
145
<sourceDirs >
146
146
<sourceDir >${project.basedir} /src/test/kotlin</sourceDir >
147
147
<sourceDir >${project.basedir} /src/test/java</sourceDir >
239
239
<artifactId >maven-compiler-plugin</artifactId >
240
240
<version >${plugin.compiler.version} </version >
241
241
<configuration >
242
- <source >1.8 </source >
243
- <target >1.8 </target >
242
+ <source >11 </source >
243
+ <target >11 </target >
244
244
<compilerArgument >-Xlint:all</compilerArgument >
245
245
<showWarnings >true</showWarnings >
246
246
<showDeprecation >true</showDeprecation >
Original file line number Diff line number Diff line change 29
29
<packaging >pom</packaging >
30
30
31
31
<properties >
32
- <maven .compiler.source>1.8 </maven .compiler.source>
33
- <maven .compiler.target>1.8 </maven .compiler.target>
32
+ <maven .compiler.source>11 </maven .compiler.source>
33
+ <maven .compiler.target>11 </maven .compiler.target>
34
34
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
35
35
</properties >
36
36
You can’t perform that action at this time.
0 commit comments