Skip to content

Commit

Permalink
Bump protobuf-maven-plugin version and fix Windows build
Browse files Browse the repository at this point in the history
Signed-off-by: momothereal <momothereal.mc@gmail.com>
  • Loading branch information
aramperes committed Nov 13, 2018
1 parent be372d6 commit de15b83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/pom.xml
Expand Up @@ -47,12 +47,13 @@
<plugin>
<groupId>org.xolstice.maven.plugins</groupId>
<artifactId>protobuf-maven-plugin</artifactId>
<version>0.5.1</version>
<version>0.6.1</version>
<configuration>
<protocArtifact>com.google.protobuf:protoc:3.5.1-1:exe:${os.detected.classifier}</protocArtifact>
<pluginId>grpc-java</pluginId>
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.9.0:exe:${os.detected.classifier}</pluginArtifact>

<useArgumentFile>true</useArgumentFile>
<checkStaleness>true</checkStaleness>
<staleMillis>10000</staleMillis>
</configuration>
Expand Down

0 comments on commit de15b83

Please sign in to comment.