File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ println "*** Please refer to https://github.com/grpc/grpc-java/blob/master/COMPI
170170
171171task buildArtifacts (type : Copy ) {
172172 dependsOn ' java_pluginExecutable'
173- from(" $buildDir /binaries " ) {
173+ from(" $buildDir /exe " ) {
174174 if (osdetector. os != ' windows' ) {
175175 rename ' protoc-gen-grpc-java' , ' $0.exe'
176176 }
@@ -181,7 +181,7 @@ task buildArtifacts(type: Copy) {
181181archivesBaseName = " $protocPluginBaseName "
182182
183183artifacts {
184- archives(" $artifactStagingPath /java_pluginExecutable /${ protocPluginBaseName} .exe" as File ) {
184+ archives(" $artifactStagingPath /java_plugin /${ protocPluginBaseName} .exe" as File ) {
185185 classifier osdetector. os + " -" + arch
186186 type " exe"
187187 extension " exe"
You can’t perform that action at this time.
0 commit comments