Skip to content

Commit 54c3175

Browse files
committed
-Xcoroutines=enable in pom.xml
1 parent 58a7add commit 54c3175

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,11 @@
165165
</goals>
166166
</execution>
167167
</executions>
168+
<configuration>
169+
<args>
170+
<arg>-Xcoroutines=enable</arg>
171+
</args>
172+
</configuration>
168173
</plugin>
169174

170175
</plugins>

0 commit comments

Comments
 (0)