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 141141 <goal >test-compile</goal >
142142 </goals >
143143 <configuration >
144- <jvmTarget >1.8 </jvmTarget >
144+ <jvmTarget >11 </jvmTarget >
145145 <sourceDirs >
146146 <sourceDir >${project.basedir} /src/test/kotlin</sourceDir >
147147 <sourceDir >${project.basedir} /src/test/java</sourceDir >
239239 <artifactId >maven-compiler-plugin</artifactId >
240240 <version >${plugin.compiler.version} </version >
241241 <configuration >
242- <source >1.8 </source >
243- <target >1.8 </target >
242+ <source >11 </source >
243+ <target >11 </target >
244244 <compilerArgument >-Xlint:all</compilerArgument >
245245 <showWarnings >true</showWarnings >
246246 <showDeprecation >true</showDeprecation >
Original file line number Diff line number Diff line change 2929 <packaging >pom</packaging >
3030
3131 <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>
3434 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3535 </properties >
3636
You can’t perform that action at this time.
0 commit comments