Skip to content

Commit

Permalink
Fix functional tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire authored and ejona86 committed Jan 22, 2025
1 parent 2810499 commit cbc8f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ tasks.named('test') {
// To fix this problem, don't use the withPluginClasspath method.
// Provide a plugin under test with the maven local repository.
systemProperty("protobufPluginVersion", version)
systemProperty("testRepoUrl", testRepoUrl.absolutePath)
systemProperty("testRepoUrl", testRepoUrl.toURI().toURL())
dependsOn(
"publishProtobufPluginPluginMarkerMavenPublicationToTestRepository",
"publishPluginMavenPublicationToTestRepository"
Expand Down

0 comments on commit cbc8f03

Please sign in to comment.