File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 77 <properties >
88 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
99 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
10- <java .version>1.8</java .version>
10+ <maven .compiler.source>1.8</maven .compiler.source>
11+ <maven .compiler.target>1.8</maven .compiler.target>
1112 <spring-version >4.0.0.RELEASE</spring-version >
1213 </properties >
1314 <artifactId >webmagic-parent</artifactId >
223224 <plugin >
224225 <groupId >org.apache.maven.plugins</groupId >
225226 <artifactId >maven-compiler-plugin</artifactId >
226- <configuration >
227- <source >${java.version} </source >
228- <target >${java.version} </target >
229- </configuration >
230227 </plugin >
231228 <!-- <plugin>-->
232229 <!-- <groupId>org.apache.maven.plugins</groupId>-->
You can’t perform that action at this time.
0 commit comments