Join Slack
Powered by
This message was deleted.
# community-support
s
Slackbot
04/02/2022, 3:59 PM
This message was deleted.
v
Vampire
04/02/2022, 9:44 PM
Why do you actually want to do that? Just publish each of the jars individually and any build tool will pull them in automatically. (btw. the
doNotCacheIf
is useless, as
Jar
tasks are not cacheable anyway)
r
rrva
04/03/2022, 6:33 AM
I ended up publishing individually. I just thought it was convenient for the user to only have to depend on a single dependency
e
ephemient
04/03/2022, 11:34 AM
you can publish a single "all" module which will transitively include all the rest; your users only need to include that one.
r
rrva
04/07/2022, 6:44 PM
how?
v
Vampire
04/07/2022, 9:20 PM
Just make a new project that depends on the other projects and has no jar
Open in Slack
Previous
Next