File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
java-std/{{cookiecutter.app_name}} Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments