File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -115,14 +115,14 @@ components.java.withVariantsFromConfiguration(configurations.testFixturesApiElem
115115components. java. withVariantsFromConfiguration(configurations. testFixturesRuntimeElements) { skip() }
116116
117117tasks. withType(JavaCompile ). configureEach  {
118-      options. errorprone {
119-      	disableAllChecks =  true 
118+ 	 options. errorprone {
119+ 	 	disableAllChecks =  true 
120120		option(" NullAway:OnlyNullMarked" " true" 
121121		option(" NullAway:CustomContractAnnotations" " org.springframework.lang.Contract" 
122122		option(" NullAway:JSpecifyMode" " true" 
123-      }
123+ 	 }
124124}
125125tasks. compileJava  {
126-      //  The check defaults to a warning, bump it up to an error for the main sources
127-      options. errorprone. error(" NullAway" 
128- }
126+ 	 //  The check defaults to a warning, bump it up to an error for the main sources
127+ 	 options. errorprone. error(" NullAway" 
128+ }
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments