We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c717215 commit b0c0484Copy full SHA for b0c0484
build.sbt
@@ -26,5 +26,5 @@ skip in publish := true
26
27
lazy val plugin = project
28
.settings(
29
- sbtPlugin := true
30
- )
+ sbtPlugin := true,
+ moduleName := "sbt-sourcegraph"
0 commit comments