@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?
manifest != pom.properties
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).
ok, thanks :)