File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8787 <jackson .databind.version>${jackson.version} </jackson .databind.version>
8888 <jetty .version>9.4.55.v20240627</jetty .version>
8989 <errorProneFlags ></errorProneFlags >
90- <errorProne .version>2.24.1 </errorProne .version>
90+ <errorProne .version>2.31.0 </errorProne .version>
9191 <javac .version>9+181-r4173-1</javac .version>
9292 <pmd .version>7.10.0</pmd .version>
9393 <checkstyle .skip>false</checkstyle .skip>
918918 <fork >false</fork >
919919 <compilerArgs >
920920 <arg >-XDcompilePolicy=simple</arg >
921- <arg >-Xplugin:ErrorProne -XepExcludedPaths:${project.build.directory} /generated-sources/.* ${errorProneFlags} </arg >
921+ <arg >-Xplugin:ErrorProne -XepExcludedPaths:${project.build.directory} /generated-sources/.* -Xep:SelfAssertion:OFF ${errorProneFlags} </arg >
922922 <arg >-Xlint:${lint} </arg >
923923 <arg >-Werror</arg >
924924 </compilerArgs >
You can’t perform that action at this time.
0 commit comments