Oleg Nenashev
04/09/2024, 10:46 AMOleg Nenashev
07/01/2024, 4:52 PMZongle Wang
07/02/2024, 6:43 AMOleg Nenashev
07/02/2024, 7:54 AMZongle Wang
07/02/2024, 8:00 AMOleg Nenashev
07/02/2024, 12:23 PMZongle Wang
07/02/2024, 1:08 PMZongle Wang
07/02/2024, 1:10 PMOleg Nenashev
07/04/2024, 7:21 PMMartin
07/04/2024, 9:55 PMMartin
07/04/2024, 10:01 PMOleg Nenashev
07/05/2024, 1:37 PMOleg Nenashev
07/05/2024, 1:38 PMOleg Nenashev
07/05/2024, 1:38 PMZongle Wang
07/05/2024, 1:39 PMJohn
07/05/2024, 11:30 PMZongle Wang
07/06/2024, 12:27 AMMartin
07/11/2024, 1:44 PMOleg Nenashev
07/11/2024, 1:46 PMJohn
07/12/2024, 11:34 PMJohn
07/12/2024, 11:34 PMJohn
07/26/2024, 10:42 PMZongle Wang
08/01/2024, 2:34 AMNicklas Ansman
09/22/2024, 2:37 PMpublication { from(components["shadow"]) }
then it kind of works, but two things are not ideal:
1. I cannot use implementation
, instead if I need to use shadow
. Not a huge deal but still annoying
2. The published JAR uses the -all
classifier which makes it fail to resolve in some build systems.
â—¦ I can sort of sort fix this by setting tasks.shadowJar.archiveClassifier
to an empty string but then it conflicts with the normal jar
task
I've some some projects disable the jar task but that feels a bit hacky. Is there a cannonical way to do this?