File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,9 +19,6 @@ val projectVersion = "1.0.0"
1919lazy val sparkVersion = " 3.3.0"
2020lazy val scalatestVersion = " 3.2.14"
2121
22- // https://github.com/djspiewak/sbt-github-packages/issues/24
23- githubTokenSource := TokenSource .GitConfig (" github.token" ) || TokenSource .Environment (" GITHUB_TOKEN" )
24-
2522lazy val commonSettings = Seq (
2623 organization := " com.growingintech" ,
2724 scalaVersion := " 2.12.15" ,
@@ -53,10 +50,3 @@ lazy val root = (project in file("."))
5350 )
5451 }
5552 )
56-
57- resolvers += Resolver .githubPackages(" GrowingInTech" , projectName)
58- githubOwner := " GrowingInTech"
59- githubRepository := projectName
60- publishMavenStyle := true
61- //
62- // publishTo := githubPublishTo.value
Original file line number Diff line number Diff line change 11addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.9.3" )
22addSbtPlugin(" org.scalastyle" %% " scalastyle-sbt-plugin" % " 1.0.0" )
3- addSbtPlugin(" com.codecommit" % " sbt-github-packages" % " 0.5.3" )
4- addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 2.0.1" )
3+ addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.17" )
54addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.1.2" )
Original file line number Diff line number Diff line change @@ -34,7 +34,9 @@ ThisBuild / developers := List(
3434)
3535
3636ThisBuild / description := " Input Sources is an abstraction for loading Spark data via configuration files."
37- ThisBuild / licenses := List (" The license" -> new URL (" http://www.apache.org/licenses/LICENSE-2.0" ))
37+ ThisBuild / licenses := List (
38+ " Apache 2" -> new URL (" http://www.apache.org/licenses/LICENSE-2.0" )
39+ )
3840ThisBuild / homepage := Some (url(" https://github.com/GrowingInTech/spark-input-sources" ))
3941
4042// Remove all additional repository other than Maven Central from POM
You can’t perform that action at this time.
0 commit comments