Hello, I am trying to get Spark (micro framework for creating web applications) working on Forge 1.19.2. I tried implementing "com.sparkjava:spark-core:2.9.4" in build.gradle but when I run task "runClient" it just throws "java.lang.NoClassDefFoundError: spark/Spark" How can I fix it?
build.gradle: