Skip to content

Commit 41f28ad

Browse files
minor formating (#296)
1 parent 63a317a commit 41f28ad

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.sbt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@ lazy val commonSettings = Seq(
4242
val Some((major, _)) = CrossVersion.partialVersion(scalaVersion.value)
4343
file(s"$dir-$major")
4444
},
45-
organization := "org.flinkextended",
46-
description := "Community-maintained fork of official Apache Flink Scala API",
47-
licenses := Seq("APL2" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt")),
48-
homepage := Some(url("https://github.com/flink-extended/flink-scala-api")),
45+
organization := "org.flinkextended",
46+
description := "Community-maintained fork of official Apache Flink Scala API",
47+
licenses := Seq("APL2" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt")),
48+
homepage := Some(url("https://github.com/flink-extended/flink-scala-api")),
4949
// sonatypeCredentialHost := sonatypeCentralHost,
5050
// sonatypeRepository := "https://s01.oss.sonatype.org/service/local",
5151
// publishMavenStyle := true,
5252
// publishTo := sonatypePublishToBundle.value,
53-
pgpPassphrase := scala.util.Properties.propOrNone("gpg.passphrase").map(_.toCharArray),
54-
git.useGitDescribe := true,
53+
pgpPassphrase := scala.util.Properties.propOrNone("gpg.passphrase").map(_.toCharArray),
54+
git.useGitDescribe := true,
5555
scalacOptions ++= Seq(
5656
"-deprecation",
5757
"-feature",

0 commit comments

Comments
 (0)