Minor: fix maven IC tests with custom local repository

This commit is contained in:
Alexey Tsvetkov
2017-04-06 15:12:39 +03:00
parent e7dc7ec005
commit 0a42a1c104
4 changed files with 35 additions and 4 deletions
@@ -93,6 +93,10 @@
<name>kotlin.version</name>
<value>${project.version}</value>
</property>
<property>
<name>maven.repo.local</name>
<value>${maven.repo.local}</value>
</property>
</systemProperties>
</configuration>
</execution>