Skip to content

Commit 3605944

Browse files
committed
fix: use correct protoc version
1 parent aa8dd3b commit 3605944

File tree

1 file changed

+4
-2
lines changed
  • java-std/{{cookiecutter.app_name}}

1 file changed

+4
-2
lines changed

java-std/{{cookiecutter.app_name}}/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
<project.encoding>UTF-8</project.encoding>
1515

1616
<!-- Lib versions -->
17-
<spawn.sdk.version>{{ cookiecutter.spawn_sdk_version }}</spawn.sdk.version>
17+
<!-- TODO: Remove this line when update java sdk lib to v1.4.2 -->
18+
<!-- <spawn.sdk.version>{{ cookiecutter.spawn_sdk_version }}</spawn.sdk.version> -->
19+
<spawn.sdk.version>v1.3.1</spawn.sdk.version>
1820
<protobuf.version>4.27.2</protobuf.version>
1921
<gson.version>2.11.0</gson.version>
2022
</properties>
@@ -128,7 +130,7 @@
128130
<artifactId>protobuf-maven-plugin</artifactId>
129131
<version>0.6.1</version>
130132
<configuration>
131-
<protocArtifact>com.google.protobuf:protoc:3.19.2:exe:${os.detected.classifier}</protocArtifact>
133+
<protocArtifact>com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier}</protocArtifact>
132134
</configuration>
133135
<executions>
134136
<execution>

0 commit comments

Comments
 (0)