File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,7 @@ lazy val root = (project in file("."))
4545 organization := " org.flinkextended" ,
4646 description := " Community-maintained fork of official Apache Flink Scala API" ,
4747 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" )),
49- credentials += Credentials (
50- " Sonatype Nexus Repository Manager" ,
51- " oss.sonatype.org" ,
52- " (Sonatype user name)" ,
53- " (Sonatype password)"
54- ),
48+ homepage := Some (url(" https://github.com/flink-extended/flink-scala-api" )),
5549 sonatypeCredentialHost := " s01.oss.sonatype.org" ,
5650 sonatypeRepository := " https://s01.oss.sonatype.org/service/local" ,
5751 publishMavenStyle := true ,
You can’t perform that action at this time.
0 commit comments