Fix build with openJDK-10
Signed-off-by: Mickael Gaillard <mick.gaillard@gmail.com>
This commit is contained in:
		
							parent
							
								
									79323b0b83
								
							
						
					
					
						commit
						2aff97ad7d
					
				
					 2 changed files with 9 additions and 0 deletions
				
			
		
							
								
								
									
										1
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							|  | @ -4,3 +4,4 @@ gen.* | |||
| .project | ||||
| .settings/ | ||||
| .vs/ | ||||
| build/ | ||||
|  |  | |||
|  | @ -175,6 +175,14 @@ | |||
|                     </execution> | ||||
|                 </executions> | ||||
|             </plugin> | ||||
|             <plugin> | ||||
|                 <groupId>org.apache.maven.plugins</groupId> | ||||
|                 <artifactId>maven-compiler-plugin</artifactId> | ||||
|                 <configuration> | ||||
|                     <source>1.8</source> | ||||
|                     <target>1.8</target> | ||||
|                 </configuration> | ||||
|             </plugin> | ||||
|         </plugins> | ||||
|     </build> | ||||
| </project> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Mickael Gaillard
						Mickael Gaillard