File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
maven-modules/maven-toolchains Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1616 <maven .compiler.target>21</maven .compiler.target>
1717 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1818 <protobuf .version>3.0.0</protobuf .version>
19+
20+ <!-- For internal build server -->
21+ <toolchain .jdk.version>[17,)</toolchain .jdk.version>
1922 </properties >
2023
2124 <dependencies >
3134 <plugin >
3235 <groupId >org.apache.maven.plugins</groupId >
3336 <artifactId >maven-toolchains-plugin</artifactId >
34- <version >1.1 </version >
37+ <version >3.2.0 </version >
3538 <executions >
3639 <execution >
3740 <goals >
3841 <goal >toolchain</goal >
42+ <!-- For internal build server -->
43+ <goal >select-jdk-toolchain</goal >
3944 </goals >
4045 </execution >
4146 </executions >
4449 <jdk >
4550 <version >24</version >
4651 <vendor >liberica</vendor >
47- <require >false</require > <!-- for the Jenkins build server -->
4852 </jdk >
4953 <protobuf >
5054 <version >${protobuf.version} </version >
51- <require >false</require > <!-- for the Jenkins build server -->
5255 </protobuf >
5356 </toolchains >
5457 </configuration >
You can’t perform that action at this time.
0 commit comments