typesafehub / zinc

⛔️ [DEPRECATED] sbt's scala incremental compiler
303 stars 58 forks source link

Fix publish after #62, close #71 #72

Closed pdalpra closed 9 years ago

pdalpra commented 9 years ago

This fixes a regression introduced by me in #62. Since the dist project was merged into the main project, disabling artifact publication in Dist.settings effectively disabled publication of JARs and POM file, leaving only the bundle, which should not be published to Sonatype.

Really sorry for the incovenience.

gkossakowski commented 9 years ago

Thanks! I'm verifying it now.

gkossakowski commented 9 years ago

LGTM

Seems like both publishing signed artifacts and distribution archive work properly. I still have some authentication issues with OSS but I'll need to sort them out myself.

Thanks a lot for such a quick turnaround!

pdalpra commented 9 years ago

You're welcome ! (and after all, I shouldn't have introduced those bugs in the first place :) )