This repository was archived by the owner on Aug 18, 2020. It is now read-only.
  
  
  
  
    
    
    
      
    
  
  
    
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ version := s"$majorVersion.$minorVersion"
1313//  ---------------------------------------------------------------------------------------------------------------------
1414//  ---------------------------------------------------------------------------------------------------------------------
1515
16+ import  org .codeoverflow .chatoverflow .build .api .APIUtility 
1617
17- apiVersionGenerator :=  APIUtility (streams.value.log)
18+ apiVersionGenerator :=  new   APIUtility (streams.value.log)
1819  .generateAPIVersionFile(sourceDirectory.value, majorVersion, minorVersion)
1920
20- requirementsGenerator :=  APIUtility (streams.value.log).generatedRequirements(sourceDirectory.value)
21+ requirementsGenerator :=  new   APIUtility (streams.value.log).generatedRequirements(sourceDirectory.value)
2122
2223
2324//  Update the compile process to generate the api version java class
2425compile in Compile  :=  {
2526  apiVersionGenerator.value
26-   (compile in Compile ).value
2727  requirementsGenerator.value
2828  (compile in Compile ).value
2929}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments