Skip to content

Commit

Permalink
Bump Native Build Tools version (#419)
Browse files Browse the repository at this point in the history
* Bump NBT version

* Fix liquibase test args passing
  • Loading branch information
dnestoro authored Nov 3, 2023
1 parent 893f748 commit 9f262e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
# Project versions
nativeBuildTools = "0.9.23"
nativeBuildTools = "0.9.28"

# External dependencies
junitPlatform = "1.9.2"
Expand Down
9 changes: 5 additions & 4 deletions tests/src/org.liquibase/liquibase-core/4.17.0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ graalvmNative {
outputDirectories.add("src/test/resources/META-INF/native-image/org.liquibase/liquibase-core")
}
}
}

nativeTest {
buildArgs.add('--enable-url-protocols=http')
binaries {
test {
buildArgs.add('--enable-url-protocols=http')
}
}
}

0 comments on commit 9f262e7

Please sign in to comment.