jdemeulenaere
01/03/2025, 5:35 PMMissing resource with path: path/to/my/resource.jpg
, but it runs fines when using ./gradlew run
. I think the classpath might be somehow incorrect because the resource is access from a shared library and the app is a separate jvm app that depends on that lib. Any idea how to fix it?
Right now running the gradlew run
taks in Studio is fine, the only problem is that Studio is waiting for that task to finish before I can run other tasks. Any idea how I can disable this behavior? It's annoying because it prevents me from restarting my server while the app is running 🙂
Thanks!