Skip to content

Commit 30fef46

Browse files
committed
issue-652 Protoc fix from Google
1 parent 405fed7 commit 30fef46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kafka-testing/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@
8686
<groupId>com.github.os72</groupId>
8787
<artifactId>protoc-jar-maven-plugin</artifactId>
8888
<version>3.11.4</version>
89+
<configuration>
90+
<protocArtifact>com.google.protobuf:protoc:3.21.0-rc-2</protocArtifact>
91+
</configuration>
8992
<executions>
9093
<execution>
9194
<phase>generate-sources</phase>

0 commit comments

Comments
 (0)