Skip to content

Commit e1666f2

Browse files
aramperessnowp
authored andcommitted
build: bump protobuf-maven-plugin version and fix Windows build (#82)
Bump protobuf-maven-plugin to 0.6.1 Use the useArgumentFile as it fixes builds on Windows (due to the Windows command line limit) Signed-off-by: momothereal <[email protected]>
1 parent be372d6 commit e1666f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,13 @@
4747
<plugin>
4848
<groupId>org.xolstice.maven.plugins</groupId>
4949
<artifactId>protobuf-maven-plugin</artifactId>
50-
<version>0.5.1</version>
50+
<version>0.6.1</version>
5151
<configuration>
5252
<protocArtifact>com.google.protobuf:protoc:3.5.1-1:exe:${os.detected.classifier}</protocArtifact>
5353
<pluginId>grpc-java</pluginId>
5454
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.9.0:exe:${os.detected.classifier}</pluginArtifact>
5555

56+
<useArgumentFile>true</useArgumentFile>
5657
<checkStaleness>true</checkStaleness>
5758
<staleMillis>10000</staleMillis>
5859
</configuration>

0 commit comments

Comments
 (0)