You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the main distribution jar used to look up module uses is hard coded in Util.getMainDistJarFile. I would like to be able to specify this, in particular to point to a proguarded jar.
This also leads to issues when using shadow, since the task will expect a *-all.jar without declaring a dependency on shadowJar to build it.
The text was updated successfully, but these errors were encountered:
Currently the main distribution jar used to look up module uses is hard coded in
Util.getMainDistJarFile
. I would like to be able to specify this, in particular to point to a proguarded jar.This also leads to issues when using
shadow
, since the task will expect a*-all.jar
without declaring a dependency onshadowJar
to build it.The text was updated successfully, but these errors were encountered: