Commit 7df6adc
committed
Terminology changes: native configuration -> JVM reachability metadata
This commit updates the native configuration project according to the latest approved terminology: we're talking about JVM reachability metadata. The extension is now: ```gradle graalvmNative { jvmReachabilityMetadataRepository { ... } } ```1 parent d4ccf6b commit 7df6adc
File tree
53 files changed
+74
-76
lines changed- .github/workflows
- common/jvm-reachability-metadata
- gradle
- wrapper
- src
- main/java/org/graalvm/reachability
- internal
- index
- artifacts
- modules
- test
- java/org/graalvm/reachability/internal
- index
- artifacts
- modules
- resources
- json
- artifact-1
- modules
- multi-dirs
- jline
- netty-core
- org/bar
- single-dir
- io/netty/netty-core
- jline
- org/bar
- repos
- repo1
- org/foo
- 1
- 2
- repo2
- org/foo
- 1
- 2
- gradle
- native-gradle-plugin
- src
- functionalTest/groovy/org/graalvm/buildtools/gradle
- main/java/org/graalvm/buildtools/gradle
- dsl
- internal
- samples/native-config-integration
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
53 files changed
+74
-76
lines changedLines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
File renamed without changes.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments