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
*[`sbt-sonatype`](https://github.com/xerial/sbt-sonatype) - you currently need to have this in your project's
`plugins.sbt`, as the [`🎊 Create artifacts`](https://github.com/guardian/gha-scala-library-release-workflow/blob/7d278d4d44e30b4b4c0f6791053bdeb40b8159cb/.github/workflows/reusable-release.yml#L141-L158)
job expects it, but in the future, the workflow will probably supply this automatically.
Plugins can be installed for all your projects at once by declaring them in $HOME/.sbt/1.0/plugins/. $HOME/.sbt/1.0/plugins/ is an sbt project whose classpath is exported to all sbt build definition projects. Roughly speaking, any .sbt or .scala files in $HOME/.sbt/1.0/plugins/ behave as if they were in the project/ directory for all projects.
You can create $HOME/.sbt/1.0/plugins/build.sbt and put addSbtPlugin() expressions in there to add plugins to all your projects at once.
--sbt-dir <path> path to global settings/plugins directory (default: ~/.sbt)
The text was updated successfully, but these errors were encountered:
Currently each project that uses
gha-scala-library-release-workflow
needs to declaresbt-sonatype
:gha-scala-library-release-workflow/docs/configuration.md
Lines 43 to 45 in 6825045
https://www.scala-sbt.org/1.x/docs/Using-Plugins.html#Global+plugins
The text was updated successfully, but these errors were encountered: