Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ finally run it following the example below:
>
> Due to current limitations in GraalVM when it comes to running arbitrary Groovy scripts, the binary can only run SQL migration files.
> **Note**
>
> When building on macOS, if you encounter the error `com.oracle.svm.core.util.UserError$UserException: DARWIN does not support building static executable images`, you need to remove the `-H:+StaticExecutableWithDynamicLibC` flag from the `buildArgs` in `build.gradle`.

#### Options

* `username`: Target database connection username.
Expand Down