From 19168bfe58d0bbad5bc8e516d3fc4c8673f591cd Mon Sep 17 00:00:00 2001 From: Pavel Punegov Date: Wed, 19 Sep 2018 15:03:07 +0300 Subject: [PATCH] Remove obsolete testData in properties. Replace it with testKotlinVersion --- HACKING.md | 2 +- gradle.properties | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/HACKING.md b/HACKING.md index af450c6341c..0f8cab658ca 100644 --- a/HACKING.md +++ b/HACKING.md @@ -24,7 +24,7 @@ To run blackbox compiler tests from JVM Kotlin use (takes time): To update the blackbox compiler tests set TeamCity build number in `gradle.properties`: - testDataVersion=:id + testKotlinVersion= and run `./gradlew update_external_tests` diff --git a/gradle.properties b/gradle.properties index be1628f5033..128ff09fad6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,6 @@ buildKotlinVersion=1.3.0-rc-6 buildKotlinCompilerRepo=http://dl.bintray.com/kotlin/kotlin-dev remoteRoot=konan_tests -testDataVersion=1226829:id kotlinCompilerRepo=http://dl.bintray.com/kotlin/kotlin-dev kotlinVersion=1.3.0-rc-46 testKotlinVersion=1.3.0-rc-43