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
{{ message }}
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.
When using sbt-bintray with sbt 0.13.11, the following error messages are often seen:
[error] (root/*:bintrayRelease) Settings logger used after project was loaded.
Though I haven't looked at the source code, my guess is from the error message that many bintray tasks are using the settings logger, while they should be using the logger from streams, and sbt 0.13.11 seems to have becomes strict about only using the settings logger when settings are being run, not when tasks are being run.
The text was updated successfully, but these errors were encountered:
When using sbt-bintray with sbt 0.13.11, the following error messages are often seen:
Though I haven't looked at the source code, my guess is from the error message that many bintray tasks are using the settings logger, while they should be using the logger from streams, and sbt 0.13.11 seems to have becomes strict about only using the settings logger when settings are being run, not when tasks are being run.
The text was updated successfully, but these errors were encountered: