Fork me on GitHub
#depstar
<
2020-10-08
>
borkdude21:10:03

@seancorfield I wonder how #43 affected previous uberjars: normally the main method is looked up in the manifest, but if depstar got it wrong, how could it even have worked?

seancorfield22:10:49

manifest != pom.properties

seancorfield22:10:27

The manifest has always been correct. Only pom.properties was incorrect. And it likely wasn't actually being used by anything (assuming pom.xml had explicit values rather than ${version} etc).

borkdude22:10:51

ok, thanks :)