Skip to content

Commit cbc8f03

Browse files
Vampireejona86
authored andcommitted
Fix functional tests on Windows
1 parent 2810499 commit cbc8f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ tasks.named('test') {
199199
// To fix this problem, don't use the withPluginClasspath method.
200200
// Provide a plugin under test with the maven local repository.
201201
systemProperty("protobufPluginVersion", version)
202-
systemProperty("testRepoUrl", testRepoUrl.absolutePath)
202+
systemProperty("testRepoUrl", testRepoUrl.toURI().toURL())
203203
dependsOn(
204204
"publishProtobufPluginPluginMarkerMavenPublicationToTestRepository",
205205
"publishPluginMavenPublicationToTestRepository"

0 commit comments

Comments
 (0)