File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
common/graalvm-reachability-metadata/src/main/java/org/graalvm/reachability Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,18 @@ public boolean isOverride() {
80
80
return override ;
81
81
}
82
82
83
+ public String getGroupId () {
84
+ return groupId ;
85
+ }
86
+
87
+ public String getArtifactId () {
88
+ return artifactId ;
89
+ }
90
+
91
+ public String getVersion () {
92
+ return version ;
93
+ }
94
+
83
95
public static void copy (Collection <DirectoryConfiguration > configurations , Path destinationDirectory ) throws IOException {
84
96
Path nativeImageDestination = destinationDirectory .resolve ("META-INF" ).resolve ("native-image" );
85
97
for (DirectoryConfiguration configuration : configurations ) {
@@ -129,5 +141,3 @@ private static void writeConfigurationProperties(DirectoryConfiguration configur
129
141
}
130
142
}
131
143
}
132
-
133
-
Original file line number Diff line number Diff line change 1
1
[[changelog]]
2
2
== Changelog
3
3
4
+ == Release 0.10.5
5
+
6
+ - Add missing getters to `DirectoryConfiguration`
7
+
4
8
=== Release 0.10.3
5
9
6
10
- Remove usage of macro from merger tool initialization and throw better error if executable does not exist
You can’t perform that action at this time.
0 commit comments