File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed
benchmark/jmh/binary-tree
clouds/native-oci-cloud-shell Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1818 <!-- Name of the benchmark Uber-JAR to generate -->
1919 <uberjar .name>benchmarks-binary-tree</uberjar .name>
2020 <!-- Version of the GraalVM Build tools to use -->
21- <native-buildtools .version>0.10.3 </native-buildtools .version>
21+ <native-buildtools .version>0.10.6 </native-buildtools .version>
2222 <!-- Name of the output binary -->
2323 <binary-name >benchmark-binary-tree</binary-name >
2424 <!-- Main class -->
Original file line number Diff line number Diff line change 1313 <maven .compiler.source>21</maven .compiler.source>
1414 <maven .compiler.target>21</maven .compiler.target>
1515 <graalvm .polyglot.version>24.1.1</graalvm .polyglot.version>
16- <native .maven.plugin.version>0.10.3 </native .maven.plugin.version>
16+ <native .maven.plugin.version>0.10.6 </native .maven.plugin.version>
1717 </properties >
1818
1919 <dependencies >
2020 <dependency >
2121 <groupId >org.graalvm.polyglot</groupId >
22- <artifactId >polyglot</artifactId >
22+ <artifactId >polyglot</artifactId >
2323 <version >${graalvm.polyglot.version} </version >
2424 </dependency >
2525 <dependency >
2626 <groupId >org.graalvm.polyglot</groupId >
27- <artifactId >js</artifactId >
27+ <artifactId >js</artifactId >
2828 <version >${graalvm.polyglot.version} </version >
2929 <type >pom</type >
3030 </dependency >
Original file line number Diff line number Diff line change 1717 <maven .compiler.source>17</maven .compiler.source>
1818 <maven .compiler.target>17</maven .compiler.target>
1919 <maven-jar-plugin .version>3.2.2</maven-jar-plugin .version>
20- <native .maven.plugin.version>0.10.3 </native .maven.plugin.version>
20+ <native .maven.plugin.version>0.10.6 </native .maven.plugin.version>
2121 </properties >
2222
2323 <dependencies >
Original file line number Diff line number Diff line change 55 <groupId >com.sbom</groupId >
66 <artifactId >sbom-test</artifactId >
77 <version >1.0-SNAPSHOT</version >
8-
8+
99 <properties >
1010 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1111 <maven .compiler.source>21</maven .compiler.source>
1212 <maven .compiler.target>21</maven .compiler.target>
13- <native .maven.plugin.version>0.10.3 </native .maven.plugin.version>
13+ <native .maven.plugin.version>0.10.6 </native .maven.plugin.version>
1414 </properties >
1515
1616 <dependencies >
Original file line number Diff line number Diff line change 11plugins {
22 id ' application'
33 // 1. Native Image Gradle plugin
4- id ' org.graalvm.buildtools.native' version ' 0.10.3 '
4+ id ' org.graalvm.buildtools.native' version ' 0.10.6 '
55}
66
77repositories {
Original file line number Diff line number Diff line change 1111 <h2 .version>2.2.220</h2 .version>
1212 <maven .compiler.source>21</maven .compiler.source>
1313 <maven .compiler.target>21</maven .compiler.target>
14- <native .maven.plugin.version>0.10.3 </native .maven.plugin.version>
14+ <native .maven.plugin.version>0.10.6 </native .maven.plugin.version>
1515 <mainClass >org.graalvm.example.H2Example</mainClass >
1616 <imageName >h2example</imageName >
1717 </properties >
3333 <plugin >
3434 <groupId >org.graalvm.buildtools</groupId >
3535 <artifactId >native-maven-plugin</artifactId >
36- <version >0.10.3 </version >
36+ <version >0.10.6 </version >
3737 <extensions >true</extensions >
3838 <executions >
3939 <execution >
Original file line number Diff line number Diff line change 99plugins {
1010 // Apply the application plugin to add support for building a CLI application in Java.
1111 id ' application'
12- id ' org.graalvm.buildtools.native' version ' 0.10.3 '
12+ id ' org.graalvm.buildtools.native' version ' 0.10.6 '
1313}
1414
1515repositories {
Original file line number Diff line number Diff line change 1111 <properties >
1212 <maven .compiler.source>21</maven .compiler.source>
1313 <maven .compiler.target>21</maven .compiler.target>
14- <native .maven.plugin.version>0.10.3 </native .maven.plugin.version>
14+ <native .maven.plugin.version>0.10.6 </native .maven.plugin.version>
1515 </properties >
1616
1717 <build >
You can’t perform that action at this time.
0 commit comments