File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 541541					<artifactId >maven-compiler-plugin</artifactId >
542542					<version >3.7.0</version >
543543					<configuration >
544- 						<source >${maven.compile.sourceLevel} </source >
545- 						<source > ${maven.compile.targetLevel} </ source >
544+ 						<source >9 </source >
545+ 						<target >9</ target >
546546					</configuration >
547547				</plugin >
548548				<plugin >
808808			<plugin >
809809				<groupId >org.apache.maven.plugins</groupId >
810810				<artifactId >maven-compiler-plugin</artifactId >
811- 				<configuration >
812- 					<source >9</source >
813- 					<target >9</target >
814- 				</configuration >
815811				<executions >
816812					<execution >
817813						<id >default-compile</id >
818814						<configuration >
819- 							<source >9</source >
820- 							<target >9</target >
821815							<!--  compile everything to ensure module-info contains right entries --> 
822816							<!--  required when JAVA_HOME is JDK 8 or below --> 
823817							<jdkToolchain >
836830							<source >${maven.compile.sourceLevel} </source >
837831							<target >${maven.compile.targetLevel} </target >
838832							<excludes >
839- 								<exclude >java.money/ module-info.java</exclude >
833+ 								<exclude >module-info.java</exclude >
840834							</excludes >
841835						</configuration >
842836					</execution >
File renamed without changes.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments