maven compile plugin 3.7.0
This commit is contained in:
		
							
								
								
									
										23
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										23
									
								
								pom.xml
									
									
									
									
									
								
							| @ -12,8 +12,6 @@ | ||||
|  | ||||
|   <properties> | ||||
|     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||||
|     <maven.compiler.source>1.9</maven.compiler.source> | ||||
|     <maven.compiler.target>1.9</maven.compiler.target> | ||||
|   </properties> | ||||
|  | ||||
|   <dependencies> | ||||
| @ -182,11 +180,22 @@ | ||||
|   <build> | ||||
|        | ||||
|     <plugins> | ||||
|               | ||||
|             <plugin> | ||||
|                 <groupId>org.apache.maven.plugins</groupId> | ||||
|                 <artifactId>maven-shade-plugin</artifactId> | ||||
|                 <version>3.1.0</version> | ||||
|         <plugin> | ||||
|             <groupId>org.apache.maven.plugins</groupId> | ||||
|             <artifactId>maven-compiler-plugin</artifactId> | ||||
|             <version>3.7.0</version> | ||||
|             <configuration> | ||||
|                 <source>9</source> | ||||
|                 <target>9</target> | ||||
|                 <showWarnings>true</showWarnings> | ||||
|                 <showDeprecation>true</showDeprecation> | ||||
|             </configuration> | ||||
|         </plugin> | ||||
|          | ||||
|         <plugin> | ||||
|             <groupId>org.apache.maven.plugins</groupId> | ||||
|             <artifactId>maven-shade-plugin</artifactId> | ||||
|             <version>3.1.0</version> | ||||
|                 <executions> | ||||
|                     <execution> | ||||
|                     <phase>package</phase> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user