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 18
18
<!-- Name of the benchmark Uber-JAR to generate -->
19
19
<uberjar .name>benchmarks-binary-tree</uberjar .name>
20
20
<!-- 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>
22
22
<!-- Name of the output binary -->
23
23
<binary-name >benchmark-binary-tree</binary-name >
24
24
<!-- Main class -->
Original file line number Diff line number Diff line change 13
13
<maven .compiler.source>21</maven .compiler.source>
14
14
<maven .compiler.target>21</maven .compiler.target>
15
15
<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>
17
17
</properties >
18
18
19
19
<dependencies >
20
20
<dependency >
21
21
<groupId >org.graalvm.polyglot</groupId >
22
- <artifactId >polyglot</artifactId >
22
+ <artifactId >polyglot</artifactId >
23
23
<version >${graalvm.polyglot.version} </version >
24
24
</dependency >
25
25
<dependency >
26
26
<groupId >org.graalvm.polyglot</groupId >
27
- <artifactId >js</artifactId >
27
+ <artifactId >js</artifactId >
28
28
<version >${graalvm.polyglot.version} </version >
29
29
<type >pom</type >
30
30
</dependency >
Original file line number Diff line number Diff line change 17
17
<maven .compiler.source>17</maven .compiler.source>
18
18
<maven .compiler.target>17</maven .compiler.target>
19
19
<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>
21
21
</properties >
22
22
23
23
<dependencies >
Original file line number Diff line number Diff line change 5
5
<groupId >com.sbom</groupId >
6
6
<artifactId >sbom-test</artifactId >
7
7
<version >1.0-SNAPSHOT</version >
8
-
8
+
9
9
<properties >
10
10
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
11
11
<maven .compiler.source>21</maven .compiler.source>
12
12
<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>
14
14
</properties >
15
15
16
16
<dependencies >
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' application'
3
3
// 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 '
5
5
}
6
6
7
7
repositories {
Original file line number Diff line number Diff line change 11
11
<h2 .version>2.2.220</h2 .version>
12
12
<maven .compiler.source>21</maven .compiler.source>
13
13
<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>
15
15
<mainClass >org.graalvm.example.H2Example</mainClass >
16
16
<imageName >h2example</imageName >
17
17
</properties >
33
33
<plugin >
34
34
<groupId >org.graalvm.buildtools</groupId >
35
35
<artifactId >native-maven-plugin</artifactId >
36
- <version >0.10.3 </version >
36
+ <version >0.10.6 </version >
37
37
<extensions >true</extensions >
38
38
<executions >
39
39
<execution >
Original file line number Diff line number Diff line change 9
9
plugins {
10
10
// Apply the application plugin to add support for building a CLI application in Java.
11
11
id ' application'
12
- id ' org.graalvm.buildtools.native' version ' 0.10.3 '
12
+ id ' org.graalvm.buildtools.native' version ' 0.10.6 '
13
13
}
14
14
15
15
repositories {
Original file line number Diff line number Diff line change 11
11
<properties >
12
12
<maven .compiler.source>21</maven .compiler.source>
13
13
<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>
15
15
</properties >
16
16
17
17
<build >
You can’t perform that action at this time.
0 commit comments