@@ -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