File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed
Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 160160 </plugin >
161161
162162 <plugin >
163- <groupId >org.codehaus.mojo </groupId >
164- <artifactId >exec- maven-plugin</artifactId >
165- <version >3.1.0 </version >
163+ <groupId >org.apache.maven.plugins </groupId >
164+ <artifactId >maven-surefire -plugin</artifactId >
165+ <version >2.22.1 </version >
166166 <configuration >
167- <executable >${java.home} /bin/java</executable >
168- <arguments >
169- <argument >--add-modules=jdk.incubator.concurrent</argument >
170- <argument >--enable-preview</argument >
171- <argument >--class-path</argument >
172- <classpath />
173- <argument >net.codetojoy.Runner</argument >
174- </arguments >
167+ <argLine >--add-modules=jdk.incubator.concurrent --enable-preview</argLine >
175168 </configuration >
176169 </plugin >
177170
You can’t perform that action at this time.
0 commit comments