Skip to content

Commit 294ec20

Browse files
committed
added homepageURL
1 parent 48fd210 commit 294ec20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

+2
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ pomIncludeRepository := {
150150

151151
pomIncludeRepository := { _ => false }
152152

153+
homepage := Some(url("https://github.com/tuplejump/kafka-connect-cassandra"))
154+
153155
lazy val root = (project in file("."))
154156
.configs(IntegrationTest)
155157
.enablePlugins(BuildInfoPlugin)

0 commit comments

Comments
 (0)