mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 10:38:42 +08:00 
			
		
		
		
	upgrade version for maven-compiler-plugin
This commit is contained in:
		
							
								
								
									
										7
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								pom.xml
									
									
									
									
									
								
							| @ -70,6 +70,9 @@ | ||||
|   </modules> | ||||
|  | ||||
|   <properties> | ||||
|     <maven.compiler.source>1.7</maven.compiler.source> | ||||
|     <maven.compiler.target>1.7</maven.compiler.target> | ||||
|      | ||||
|     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||||
|     <downloadJavadocs>true</downloadJavadocs> | ||||
|     <downloadSources>true</downloadSources> | ||||
| @ -301,10 +304,8 @@ | ||||
|       <plugin> | ||||
|         <groupId>org.apache.maven.plugins</groupId> | ||||
|         <artifactId>maven-compiler-plugin</artifactId> | ||||
|         <version>2.3.2</version> | ||||
|         <version>3.6.0</version> | ||||
|         <configuration> | ||||
|           <source>1.7</source> | ||||
|           <target>1.7</target> | ||||
|           <encoding>UTF-8</encoding> | ||||
|         </configuration> | ||||
|       </plugin> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang