Vladyslav Horshkov
Results
2
comments of
Vladyslav Horshkov
I have one more workaround. The main idea is: 1. Copy all dependencies to `build/lib` 2. Use `build/lib/*` as the -cp argument value. I.E. ``` tasks { register("buildNativeImage") { dependsOn(named("build"))...