File tree 4 files changed +5
-3
lines changed
plexus-compiler-its/src/main/it/error-prone-compiler
plexus-compilers/plexus-compiler-javac-errorprone
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 53
53
<configuration >
54
54
<target >11</target >
55
55
<source >11</source >
56
+ <release >11</release >
56
57
<encoding >UTF-8</encoding >
57
58
<fork >true</fork >
58
59
<compilerArgs >
59
60
<arg >-XDcompilePolicy=simple</arg >
60
61
<arg >-Xplugin:ErrorProne</arg >
62
+ <arg >--should-stop=ifError=FLOW</arg >
61
63
<arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg >
62
64
<arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED</arg >
63
65
<arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED</arg >
Original file line number Diff line number Diff line change 16
16
See https://errorprone.info</description >
17
17
18
18
<properties >
19
- <javaVersion >11 </javaVersion >
19
+ <javaVersion >17 </javaVersion >
20
20
</properties >
21
21
22
22
<dependencies >
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ with error-prone static analysis checks enabled.
6
6
7
7
See https://errorprone.info
8
8
9
- ** Requires** ` JDK 11 + `
9
+ ** Requires** ` JDK 17 + `
Original file line number Diff line number Diff line change 48
48
<aspectj .version>1.9.21</aspectj .version>
49
49
<mavenVersion >3.6.3</mavenVersion >
50
50
<minimalMavenBuildVersion >${mavenVersion}</minimalMavenBuildVersion >
51
- <errorprone .version>2.31 .0</errorprone .version>
51
+ <errorprone .version>2.37 .0</errorprone .version>
52
52
<eclipse .sisu.version>0.9.0.M3</eclipse .sisu.version>
53
53
<sisuMavenPluginVersion >${eclipse.sisu.version}</sisuMavenPluginVersion >
54
54
<trimStackTrace >false</trimStackTrace >
You can’t perform that action at this time.
0 commit comments