File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 2424 <properties >
2525 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2626 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
27+ <jdk .version>1.8</jdk .version>
2728
2829 <mapcode .version>1.50.3</mapcode .version>
2930 <log4j .version>1.2.17</log4j .version>
3031 <slf4j .version>1.7.12</slf4j .version>
32+
33+ <maven-compiler-plugin .version>3.2</maven-compiler-plugin .version>
3134 </properties >
3235
36+ <build >
37+ <plugins >
38+ <plugin >
39+ <groupId >org.apache.maven.plugins</groupId >
40+ <artifactId >maven-compiler-plugin</artifactId >
41+ <version >${maven-compiler-plugin.version} </version >
42+ <configuration >
43+ <source >${jdk.version} </source >
44+ <target >${jdk.version} </target >
45+ </configuration >
46+ </plugin >
47+ </plugins >
48+ </build >
49+
3350 <dependencies >
3451 <dependency >
3552 <groupId >com.mapcode</groupId >
You can’t perform that action at this time.
0 commit comments