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.
2 parents a74e485 + c9126f8 commit 445312aCopy full SHA for 445312a
build.sbt
@@ -72,6 +72,8 @@ lazy val sharedSettings = Seq(
72
lazy val publishingSettings = Seq(
73
pgpSecretRing := file("local.secring.gpg"),
74
pgpPublicRing := file("local.pubring.gpg"),
75
+ name := "scala-sql-formatter",
76
+ description := "SQL Formatter for Scala",
77
releasePublishArtifactsAction := PgpKeys.publishSigned.value,
78
publishMavenStyle := true,
79
publishArtifact in Test := false,
0 commit comments