Skip to content

Commit 5d3dbed

Browse files
committed
Remove artifactory publish build settings
1 parent 0b4a5f7 commit 5d3dbed

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

build.sbt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,9 @@ developers := List(Developer("jryan128", "Jonathan Ryan", "jonathan_ryan@comcast
104104
)
105105
licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0.txt"))
106106
publishMavenStyle := true
107-
usePgpKeyHex("F61518F8742AE8EB2E3CF94BCAC601E88B813144")
108107

109-
val username = sys.env.getOrElse("ARTIFACTORY_USER", null)
110-
val password = sys.env.getOrElse("ARTIFACTORY_PASSWORD", null)
111-
credentials += Credentials("Artifactory Realm", "artifactory.comcast.com", username, password)
112108
sonatypeSessionName := s"[sbt-sonatype] ${name.value}-${scalaBinaryVersion.value}-${version.value}"
113-
publishTo := Some("Artifactory Realm" at "https://artifactory.comcast.com/artifactory/xvp-libs-releases")
114-
pomIncludeRepository := { _ => false }
115-
publishConfiguration := publishConfiguration.value.withOverwrite(true)
109+
publishTo := sonatypePublishToBundle.value
116110

117111
Test / publishArtifact := false
118112

0 commit comments

Comments
 (0)