|
58 | 58 | <!-- Non-minecraft related dependencies -->
|
59 | 59 | <powermock.version>2.0.9</powermock.version>
|
60 | 60 | <!-- More visible way how to change dependency versions -->
|
61 |
| - <spigot.version>1.20.1-R0.1-SNAPSHOT</spigot.version> |
62 |
| - <bentobox.version>1.24.0-SNAPSHOT</bentobox.version> |
| 61 | + <spigot.version>1.20.4-R0.1-SNAPSHOT</spigot.version> |
| 62 | + <bentobox.version>2.0.0-SNAPSHOT</bentobox.version> |
63 | 63 | <level.version>2.6.2</level.version>
|
64 | 64 | <bank.version>1.3.0</bank.version>
|
65 | 65 | <!-- Revision variable removes warning about dynamic version -->
|
66 | 66 | <revision>${build.version}-SNAPSHOT</revision>
|
67 | 67 | <!-- Do not change unless you want different name for local builds. -->
|
68 | 68 | <build.number>-LOCAL</build.number>
|
69 | 69 | <!-- This allows to change between versions. -->
|
70 |
| - <build.version>1.14.2</build.version> |
| 70 | + <build.version>1.15.0</build.version> |
71 | 71 | <!-- SonarCloud -->
|
72 | 72 | <sonar.projectKey>BentoBoxWorld_AOneBlock</sonar.projectKey>
|
73 | 73 | <sonar.organization>bentobox-world</sonar.organization>
|
|
292 | 292 | --add-opens java.base/java.math=ALL-UNNAMED
|
293 | 293 | --add-opens java.base/java.io=ALL-UNNAMED
|
294 | 294 | --add-opens java.base/java.util=ALL-UNNAMED
|
295 |
| - --add-opens |
296 |
| - java.base/java.util.stream=ALL-UNNAMED |
| 295 | + --add-opens java.base/java.util.stream=ALL-UNNAMED |
297 | 296 | --add-opens java.base/java.text=ALL-UNNAMED
|
298 |
| - --add-opens |
299 |
| - java.base/java.util.regex=ALL-UNNAMED |
300 |
| - --add-opens |
301 |
| - java.base/java.nio.channels.spi=ALL-UNNAMED |
| 297 | + --add-opens java.base/java.util.regex=ALL-UNNAMED |
| 298 | + --add-opens java.base/java.nio.channels.spi=ALL-UNNAMED |
302 | 299 | --add-opens java.base/sun.nio.ch=ALL-UNNAMED
|
303 | 300 | --add-opens java.base/java.net=ALL-UNNAMED
|
304 |
| - --add-opens |
305 |
| - java.base/java.util.concurrent=ALL-UNNAMED |
| 301 | + --add-opens java.base/java.util.concurrent=ALL-UNNAMED |
306 | 302 | --add-opens java.base/sun.nio.fs=ALL-UNNAMED
|
307 | 303 | --add-opens java.base/sun.nio.cs=ALL-UNNAMED
|
308 | 304 | --add-opens java.base/java.nio.file=ALL-UNNAMED
|
309 |
| - --add-opens |
310 |
| - java.base/java.nio.charset=ALL-UNNAMED |
311 |
| - --add-opens |
312 |
| - java.base/java.lang.reflect=ALL-UNNAMED |
313 |
| - --add-opens |
314 |
| - java.logging/java.util.logging=ALL-UNNAMED |
| 305 | + --add-opens java.base/java.nio.charset=ALL-UNNAMED |
| 306 | + --add-opens java.base/java.lang.reflect=ALL-UNNAMED |
| 307 | + --add-opens java.logging/java.util.logging=ALL-UNNAMED |
315 | 308 | --add-opens java.base/java.lang.ref=ALL-UNNAMED
|
316 | 309 | --add-opens java.base/java.util.jar=ALL-UNNAMED
|
317 | 310 | --add-opens java.base/java.util.zip=ALL-UNNAMED
|
|
373 | 366 | <!-- This is required to prevent Jacoco from adding
|
374 | 367 | synthetic fields to a JavaBean class (causes errors in testing) -->
|
375 | 368 | <exclude>**/*Names*</exclude>
|
376 |
| - </excludes> |
| 369 | + <!-- Prevents the Material is too large to mock error --> |
| 370 | + <exclude>org/bukkit/Material*</exclude> |
| 371 | + </excludes> |
377 | 372 | </configuration>
|
378 | 373 | <executions>
|
379 | 374 | <execution>
|
|
0 commit comments