delta-io/connectors

Publishing empty source jars for `delta-standalone`

ckipp01 opened this issue · 3 comments

If you look at the source jars that are being published for delta standalone, the source jars are just empty. For example you can see this in the latest io.delta:delta-standalone_2.13:0.4.1 found here. If you download the source jar inside you'll find it's just:

" zip.vim version v32
" Browsing zipfile /Users/ckipp/Downloads/delta-standalone_2.13-0.4.1-sources.jar
" Select a file with cursor and press ENTER

META-INF/MANIFEST.MF

The reason this matters is that for any users that are trying to use delta-standalone as a dependency while using Metals instead of IntelliJ won't get code navigation, since it relies on source jars to ensure semanticdb gets produced.

Thanks for reporting this. This is an oversight when we refactor delta-standalone to include the shaded jackson libraries. We will investigate and see if it's possible to publish a correct source jar file.