Skip to content

Commit

Permalink
Merge pull request #204 from gisaia/fix/maven-publish-url
Browse files Browse the repository at this point in the history
Fix maven publish url
  • Loading branch information
sfalquier authored Aug 3, 2021
2 parents 3f8dc10 + 1849ed5 commit 3f86130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ lazy val arlasProc = (project in file("."))
Test / parallelExecution := false

//publish to external repo
ThisBuild / publishTo := { Some("Cloudsmith API" at "https://dl.cloudsmith.io/public/gisaia/public/maven/") }
ThisBuild / publishTo := { Some("Cloudsmith API" at "https://maven.cloudsmith.io/gisaia/public/") }
ThisBuild / pomIncludeRepository := { x => false }
ThisBuild / credentials += Credentials("Cloudsmith API", "maven.cloudsmith.io", sys.env.getOrElse("CLOUDSMITH_USER", ""), sys.env.getOrElse("CLOUDSMITH_API_KEY", ""))

Expand Down

0 comments on commit 3f86130

Please sign in to comment.