binary-compatibility-validator: use project version to disambiguate artifacts

This commit is contained in:
Ilya Gorbunov
2017-05-03 22:20:29 +03:00
parent ab70307cc0
commit 180233b78e
2 changed files with 9 additions and 7 deletions
@@ -37,6 +37,7 @@ test {
dependsOn cleanCompileTestKotlin
dependsOn configurations.testArtifacts
systemProperties['overwrite.output'] = System.getProperty("overwrite.output", "false")
systemProperty 'overwrite.output', System.getProperty("overwrite.output", "false")
systemProperty 'kotlinVersion', project.version
jvmArgs '-ea'
}