Skip to content

Commit e290f8f

Browse files
author
Sergey Mashkov
committed
Extracted lin-check version to gradle.properties
1 parent 3512ed6 commit e290f8f

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

core/kotlinx-coroutines-core/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
dependencies {
2-
ext.lincheck_version = '1.9'
32
testCompile "com.devexperts.lincheck:core:$lincheck_version"
43
}
54

core/kotlinx-coroutines-io/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@ dependencies {
44
}
55

66
testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
7-
8-
ext.lincheck_version = '1.9'
97
testCompile "com.devexperts.lincheck:core:$lincheck_version"
108
}

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ version = 0.19.3-SNAPSHOT
33
kotlin_version = 1.1.51
44
junit_version = 4.12
55
atomicFU_version = 0.9
6+
lincheck_version=1.9
67
dokka_version = 0.9.15
78

0 commit comments

Comments
 (0)