Do not hardcode kotlin version in one of maven integration tests

This commit is contained in:
Ilya Gorbunov
2017-04-26 22:19:03 +03:00
parent 71636aec41
commit 8d0eb207e3
3 changed files with 6 additions and 3 deletions
@@ -146,6 +146,9 @@
<postBuildHookScript>verify</postBuildHookScript>
<streamLogs>false</streamLogs>
<invokerPropertiesFile>invoker.properties</invokerPropertiesFile>
<scriptVariables>
<kotlinVersion>${project.version}</kotlinVersion>
</scriptVariables>
</configuration>
<executions>
<execution>