Fix Maven enable coroutines test (language version)

This commit is contained in:
Mikhail Glukhikh
2018-09-18 17:21:54 +03:00
parent a6c7f4294c
commit a0ae4dd387
2 changed files with 4 additions and 0 deletions
@@ -48,6 +48,9 @@
</goals>
</execution>
</executions>
<configuration>
<languageVersion>1.2</languageVersion>
</configuration>
</plugin>
</plugins>
</build>
@@ -49,6 +49,7 @@
</execution>
</executions>
<configuration>
<languageVersion>1.2</languageVersion>
<experimentalCoroutines>enable</experimentalCoroutines>
</configuration>
</plugin>