Closed Ostrzyciel closed 1 year ago
Without ThisBuild /, the setting would only be applied to the top-level project, which breaks publishing in multi-project builds.
ThisBuild /
See this pull request: https://github.com/xerial/sbt-sonatype/pull/242
And this report: https://github.com/sbt/sbt-ci-release/issues/173#issuecomment-886082868
I had the exact same issue as kflorence, and it was fixed by adding the ThisBuild part.
Without
ThisBuild /
, the setting would only be applied to the top-level project, which breaks publishing in multi-project builds.See this pull request: https://github.com/xerial/sbt-sonatype/pull/242
And this report: https://github.com/sbt/sbt-ci-release/issues/173#issuecomment-886082868
I had the exact same issue as kflorence, and it was fixed by adding the ThisBuild part.