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