Skip to content

Commit 3a69ebc

Browse files
authored
wip: fix execution of tests via gradle (#26)
1 parent 5085166 commit 3a69ebc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
dependencies {
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.1"
12-
classpath "org.junit.platform:junit-platform-gradle-plugin:1.0.0-M4"
12+
classpath "org.junit.platform:junit-platform-gradle-plugin:1.0.0-RC2"
1313
}
1414
}
1515

@@ -65,9 +65,9 @@ dependencies {
6565
version: '4.8.0.201706111038-r'
6666

6767
testCompile 'org.jetbrains.kotlin:kotlin-test'
68-
testCompile 'org.jetbrains.spek:spek-api:1.1.2'
69-
testCompile 'org.junit.platform:junit-platform-runner:1.0.0-M4'
70-
testRuntime 'org.jetbrains.spek:spek-junit-platform-engine:1.1.2'
68+
testCompile 'org.jetbrains.spek:spek-api:1.1.4'
69+
testCompile 'org.junit.platform:junit-platform-runner:1.0.0-RC2'
70+
testRuntime 'org.jetbrains.spek:spek-junit-platform-engine:1.1.4'
7171
}
7272

7373
protobuf {

0 commit comments

Comments
 (0)