You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the recent sbt upgrade, the "publish signed jars" step broke cause it relies on an encrypted file travis/travis.tar extracted in travis/extract.sh which has some code in it that still relies on the old sbt. We need to either:
someone with the right key/iv/passphrase to decrypt the file to fix it
overhaul the publishing mechanism such that we don't keep encrypted secrets in the repo.
I haven't researched how to do the latter (and I may not have the time/resources), but it seems preferable in the long-term and I assume other open sources projects have figured it out.
We won't be able to make a new MLeap release until this is fixed.
The text was updated successfully, but these errors were encountered:
Following the recent sbt upgrade, the "publish signed jars" step broke cause it relies on an encrypted file
travis/travis.tar
extracted intravis/extract.sh
which has some code in it that still relies on the old sbt. We need to either:I haven't researched how to do the latter (and I may not have the time/resources), but it seems preferable in the long-term and I assume other open sources projects have figured it out.
We won't be able to make a new MLeap release until this is fixed.
The text was updated successfully, but these errors were encountered: