Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove publishArtifact := false #32

Merged
merged 1 commit into from
Mar 17, 2022
Merged

Conversation

mdedetrich
Copy link
Contributor

So asked around in the Scala discord communities sbt chat to get help on this and they are quite sure that

Compile / packageDoc / publishArtifact := false

Is whats causing the isuse. Even if you don't have any apidocs, having this setting for published artifacts in sonatype causes problems. Other projects such also don't have this setting (see https://github.com/lightbend/sbt-paradox-apidoc/blob/master/build.sbt)

References #31

@mdedetrich mdedetrich requested a review from ennru March 17, 2022 09:02
@mdedetrich mdedetrich force-pushed the remove-publish-artifact-false branch from 61d2f70 to c7d37b4 Compare March 17, 2022 09:03
Copy link
Member

@ennru ennru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@mdedetrich mdedetrich changed the title Remove := false Remove publishArtifact := false Mar 17, 2022
@ennru ennru merged commit 94be79e into master Mar 17, 2022
@ennru ennru deleted the remove-publish-artifact-false branch March 17, 2022 09:05
@mdedetrich
Copy link
Contributor Author

Fingers crossed that this fixes the problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants