File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed 
plexus-compiler-its/src/main/it/error-prone-compiler 
plexus-compilers/plexus-compiler-javac-errorprone Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 5353        <configuration >
5454          <target >11</target >
5555          <source >11</source >
56+           <release >11</release >
5657          <encoding >UTF-8</encoding >
5758          <fork >true</fork >
5859          <compilerArgs >
5960            <arg >-XDcompilePolicy=simple</arg >
6061            <arg >-Xplugin:ErrorProne</arg >
62+             <arg >--should-stop=ifError=FLOW</arg >
6163            <arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg >
6264            <arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED</arg >
6365            <arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED</arg >
Original file line number Diff line number Diff line change 1616    See https://errorprone.info</description >
1717
1818  <properties >
19-     <javaVersion >11 </javaVersion >
19+     <javaVersion >17 </javaVersion >
2020  </properties >
2121
2222  <dependencies >
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ with error-prone static analysis checks enabled.
66
77See https://errorprone.info 
88
9- ** Requires**  ` JDK 11 + ` 
9+ ** Requires**  ` JDK 17 + ` 
Original file line number Diff line number Diff line change 4848    <aspectj .version>1.9.21</aspectj .version>
4949    <mavenVersion >3.6.3</mavenVersion >
5050    <minimalMavenBuildVersion >${mavenVersion}</minimalMavenBuildVersion >
51-     <errorprone .version>2.31 .0</errorprone .version>
51+     <errorprone .version>2.37 .0</errorprone .version>
5252    <eclipse .sisu.version>0.9.0.M3</eclipse .sisu.version>
5353    <sisuMavenPluginVersion >${eclipse.sisu.version}</sisuMavenPluginVersion >
5454    <trimStackTrace >false</trimStackTrace >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments