Skip to content

Commit 9462ee2

Browse files
author
Aleksandar Gradinac
committed
Revert native-config-integration sample changes
1 parent 3913b1c commit 9462ee2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

samples/native-config-integration/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ tasks.withType(Test).configureEach {
7070
graalvmNative {
7171
metadataRepository {
7272
enabled = true
73+
def extension = System.getProperty("extension", '')
74+
def repo = file("config-directory${extension ? '.' + extension : ''}")
75+
println("Using config repo: $repo")
76+
uri(repo)
7377
}
7478
binaries.all {
7579
verbose = true

0 commit comments

Comments
 (0)