Skip to content

Commit ae9f929

Browse files
author
Jean-Marc van Leerdam
committed
give a name to the root project
1 parent 9528fd3 commit ae9f929

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
lazy val root = (project in file("."))
22
.aggregate(plugin)
33
.settings(
4+
name := "sbt-azure-functions-plugin",
45
// the root project should not produce any artifacts
56
publishArtifact := false,
67
publish := {}

0 commit comments

Comments
 (0)