start
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -72,6 +72,12 @@
|
||||
<artifactId>slf4j-simple</artifactId>
|
||||
<version>2.0.9</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter</artifactId>
|
||||
<version>5.10.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
@@ -100,6 +106,7 @@
|
||||
<argument>3</argument>
|
||||
</arguments>
|
||||
<additionalClasspathElements>
|
||||
<!--suppress MavenModelInspection -->
|
||||
<additionalClasspathElement>${project.build.outputDirectory}</additionalClasspathElement>
|
||||
</additionalClasspathElements>
|
||||
<commandlineArgs>--enable-native-access=ALL-UNNAMED</commandlineArgs>
|
||||
|
||||
Reference in New Issue
Block a user