I'm trying to use com.gradleup.shadow for adding my library to a Minecraft mod. It works fine but one problem I have is that the runClient task which I use to run and debug the mod from IntelliJ IDEA doesn't seem to use the resulting jar. (Forcing me to copy it to a launcher)
Since ShadowJar is apparently based on Jar, I'm wondering if there is a way to just replace Jar with ShadowJar so it works when I start debugging