-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
publishConfiguration in ThisBuild seems ignored #253
Comments
I'm facing the same problem. |
Facing the same issue in SBT 1.4.4 when I run |
Facing the same issue with sbt 1.5.6 |
Facing the same issue with |
Same issue. Any luck? @exoego @fmv1992 @viswanath7 @ExpandingShapes @andiskrauklis |
with sbt.version=1.10.0 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
My sbt project have many sub projects to be published, so I want to define shared publishing settings by
in ThisBuild
, like this:Then when I try to overwrite the accidentally-published artifacts, it failed with the below error message:
Stack Trace
but I allow overwrite explicitly in
build.sbt
:It seems that
publishConfiguration in ThisBuild
andpublishLocalConfiguration in ThisBuild
is not recognized...?The text was updated successfully, but these errors were encountered: