We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2810499 commit cbc8f03Copy full SHA for cbc8f03
build.gradle
@@ -199,7 +199,7 @@ tasks.named('test') {
199
// To fix this problem, don't use the withPluginClasspath method.
200
// Provide a plugin under test with the maven local repository.
201
systemProperty("protobufPluginVersion", version)
202
- systemProperty("testRepoUrl", testRepoUrl.absolutePath)
+ systemProperty("testRepoUrl", testRepoUrl.toURI().toURL())
203
dependsOn(
204
"publishProtobufPluginPluginMarkerMavenPublicationToTestRepository",
205
"publishPluginMavenPublicationToTestRepository"
0 commit comments