Skip to content

Commit

Permalink
Switch to KFirstRunnerPlugin version 0.1.17.1 + make the build script…
Browse files Browse the repository at this point in the history
… more Windows-aware
  • Loading branch information
ice-phoenix committed Sep 21, 2018
1 parent c837a85 commit 7da5fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}
}
dependencies {
classpath 'org.jetbrains.research:kfirst-runner-gradle-plugin:0.1.17'
classpath 'org.jetbrains.research:kfirst-runner-gradle-plugin:0.1.17.1'
}
}

Expand Down Expand Up @@ -77,7 +77,7 @@ task kotoedRun(
}
.filter { !it.isEmpty() }
.map { it.substring(1) }
.map { it.replace('/', '.') }
.map { it.replace('/', '.').replace('\\', '.') }
.collect(Collectors.toList())
.sort()
packages = testPackages
Expand Down

0 comments on commit 7da5fd6

Please sign in to comment.