File tree Expand file tree Collapse file tree
kura-addon-prototypes/bundles Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 <maven .jarsigner.plugin.version>1.4</maven .jarsigner.plugin.version>
4141 <skip .artifact.signing>true</skip .artifact.signing>
4242 <keystore .type>JKS</keystore .type>
43+ <maven .compiler.release>21</maven .compiler.release>
4344 </properties >
4445
4546 <build >
5051 <artifactId >tycho-compiler-plugin</artifactId >
5152 <version >${tycho-version} </version >
5253 <configuration >
53- <source >21</source >
54- <target >21</target >
54+ <release >${maven.compiler.release} </release >
5555 <showDeprecation >true</showDeprecation >
5656 <showWarnings >true</showWarnings >
5757 <requireJREPackageImports >true</requireJREPackageImports >
Original file line number Diff line number Diff line change 4444 <maven .jarsigner.plugin.version>1.4</maven .jarsigner.plugin.version>
4545 <skip .artifact.signing>true</skip .artifact.signing>
4646 <keystore .type>JKS</keystore .type>
47+ <maven .compiler.release>21</maven .compiler.release>
4748 </properties >
4849
4950 <build >
5455 <artifactId >tycho-compiler-plugin</artifactId >
5556 <version >${tycho-version} </version >
5657 <configuration >
57- <source >21</source >
58- <target >21</target >
58+ <release >${maven.compiler.release} </release >
5959 <showDeprecation >true</showDeprecation >
6060 <showWarnings >true</showWarnings >
6161 <requireJREPackageImports >true</requireJREPackageImports >
You can’t perform that action at this time.
0 commit comments