Skip to content

Commit 1189fb1

Browse files
committed
added docs
1 parent d827fe3 commit 1189fb1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,11 @@ finally run it following the example below:
5959
>
6060
> Due to current limitations in GraalVM when it comes to running arbitrary Groovy scripts, the binary can only run SQL migration files.
6161
62-
62+
> **Note**
63+
>
64+
> 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`.
65+
66+
6367
#### Options
6468

6569
* `username`: Target database connection username.

0 commit comments

Comments
 (0)