can you run ./gradlew uberJar to invoke the task?
# gradle
d
can you run ./gradlew uberJar to invoke the task?
🎉 1
metal 1
👍 1
n
not quite.. but youcan make a
JavaExec
task where you depend on uberJar and add uberJar to the classpath like so:
Copy code
classpath(ubeJar.archiveFile)
ShadowJar +
application
does that for you via
runShadowJar