File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 5858 <!-- Non-minecraft related dependencies -->
5959 <powermock .version>2.0.9</powermock .version>
6060 <!-- More visible way how to change dependency versions -->
61- <spigot .version>1.20.1 -R0.1-SNAPSHOT</spigot .version>
61+ <spigot .version>1.20.4 -R0.1-SNAPSHOT</spigot .version>
6262 <bentobox .version>2.0.0-SNAPSHOT</bentobox .version>
6363 <level .version>2.6.2</level .version>
6464 <bank .version>1.3.0</bank .version>
366366 <!-- This is required to prevent Jacoco from adding
367367 synthetic fields to a JavaBean class (causes errors in testing) -->
368368 <exclude >**/*Names*</exclude >
369- </excludes >
369+ <!-- Prevents the Material is too large to mock error -->
370+ <exclude >org/bukkit/Material*</exclude >
371+ </excludes >
370372 </configuration >
371373 <executions >
372374 <execution >
You can’t perform that action at this time.
0 commit comments