File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed 
src/main/groovy/com/monits/gradle/sca Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 66Improvements:
77 *  Upgraded to Gradle 4.10.2
88 *  Upgraded PMD to 6.8.0
9+  *  Upgraded Checkstyle to 8.13
910 *  All lint tasks (ie: lintDebug and lintRelease) are now cacheable and can be up-to-date
1011
1112### 2.6.8  
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ final class ToolVersions {
2626    private  final  static  String  BACKWARDS_PMD_TOOL_VERSION  =  ' 5.1.3' 
2727    private  final  static  GradleVersion  GRADLE_VERSION_PMD  =  GradleVersion . version(' 2.4'  )
2828
29-     private  final  static  String  LATEST_CHECKSTYLE_VERSION  =  ' 8.12 ' 
29+     private  final  static  String  LATEST_CHECKSTYLE_VERSION  =  ' 8.13 ' 
3030    private  final  static  String  LATEST_CHECKSTYLE_VERSION_JAVA_7  =  ' 6.19' 
3131    private  final  static  String  BACKWARDS_CHECKSTYLE_VERSION  =  ' 6.7' 
3232    private  final  static  GradleVersion  GRADLE_VERSION_CHECKSTYLE  =  GradleVersion . version(' 2.7'  )
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments