Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from Bintray to Sonatype #367

Merged
merged 17 commits into from
Apr 24, 2021
Prev Previous commit
Next Next commit
use local staging
Signed-off-by: Karen Feng <[email protected]>
  • Loading branch information
karenfeng committed Apr 23, 2021
commit f8743df7379091f0b8b845e9442c56bfb90a332d
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ lazy val stagedRelease = (project in file("core/src/test"))
sparkVersion.value),
libraryDependencies ++= testSparkDependencies.value ++ testCoreDependencies.value :+
"io.projectglow" %% s"glow-spark${majorVersion(sparkVersion.value)}" % stableVersion.value % "test",
resolvers := Seq(sonatypeDefaultResolver.value),
resolvers := Seq(MavenCache("local-sonatype-staging", sonatypeBundleDirectory.value)),
org
.jetbrains
.sbt
Expand Down