From cc1a886cb6fec64a209211dd89b91b4343a8f57f Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Fri, 26 Jun 2020 00:13:32 -0700 Subject: [PATCH] Remove unnecessary settings --- build.sbt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build.sbt b/build.sbt index 45ab599..f204893 100644 --- a/build.sbt +++ b/build.sbt @@ -4,14 +4,6 @@ organizationName := "xerial.org" description := "snappy-java: A fast compression/decompression library" sonatypeProfileName := "org.xerial" -credentials ++= { - if (sys.env.contains("SONATYPE_USERNAME") && sys.env.contains("SONATYPE_PASSWORD")) { - Seq(Credentials("Sonatype Nexus Repository Manager", "oss.sonatype.org", sys.env("SONATYPE_USERNAME"), sys.env("SONATYPE_PASSWORD"))) - } else { - Seq.empty - } -} - publishTo := sonatypePublishToBundle.value pomExtra := {