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 f7e1d02 commit 07d5a4aCopy full SHA for 07d5a4a
build.sbt
@@ -12,7 +12,7 @@ lazy val plugin = (project in file("plugin"))
12
.settings(
13
name := "sbt-azure-functions",
14
organization := "nl.codestar",
15
- homepage := Some("https://github.com/code-star/sbt-azure-functions-plugin"),
+ homepage := Some(url("https://github.com/code-star/sbt-azure-functions-plugin")),
16
// version is set by sbt-dynver plugin (included through sbt-ci-assembly)
17
description := "SBT Plugin to generate function.json artefacts needed to publish code as an Azure Function",
18
licenses += ("MIT", url("https://opensource.org/licenses/MIT")),
0 commit comments