File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 269
269
<maven-antrun-plugin .version>3.1.0</maven-antrun-plugin .version>
270
270
<maven-assembly-plugin .version>3.6.0</maven-assembly-plugin .version>
271
271
<maven-clean-plugin .version>3.3.1</maven-clean-plugin .version>
272
- <maven-compiler-plugin .version>3.10.1</maven-compiler-plugin .version>
272
+ <!--
273
+ NB: Versions of the maven-compiler-plugin newer than 3.8.1 cause very
274
+ slow compilation preparation (30-60 seconds or longer) for some
275
+ SciJava components, during parsing of module-info.java files.
276
+ -->
277
+ <maven-compiler-plugin .version>3.8.1</maven-compiler-plugin .version>
273
278
<maven-dependency-plugin .version>3.6.0</maven-dependency-plugin .version>
274
279
<maven-deploy-plugin .version>3.1.1</maven-deploy-plugin .version>
275
280
<maven-enforcer-plugin .version>3.3.0</maven-enforcer-plugin .version>
You can’t perform that action at this time.
0 commit comments