File tree Expand file tree Collapse file tree 3 files changed +4
-13
lines changed Expand file tree Collapse file tree 3 files changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,6 @@ val projectVersion = "1.0.0"
19
19
lazy val sparkVersion = " 3.3.0"
20
20
lazy val scalatestVersion = " 3.2.14"
21
21
22
- // https://github.com/djspiewak/sbt-github-packages/issues/24
23
- githubTokenSource := TokenSource .GitConfig (" github.token" ) || TokenSource .Environment (" GITHUB_TOKEN" )
24
-
25
22
lazy val commonSettings = Seq (
26
23
organization := " com.growingintech" ,
27
24
scalaVersion := " 2.12.15" ,
@@ -53,10 +50,3 @@ lazy val root = (project in file("."))
53
50
)
54
51
}
55
52
)
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 1
1
addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.9.3" )
2
2
addSbtPlugin(" 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" )
5
4
addSbtPlugin(" 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(
34
34
)
35
35
36
36
ThisBuild / 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
+ )
38
40
ThisBuild / homepage := Some (url(" https://github.com/GrowingInTech/spark-input-sources" ))
39
41
40
42
// Remove all additional repository other than Maven Central from POM
You can’t perform that action at this time.
0 commit comments