Skip to content

Commit

Permalink
Workaround to cloudrepo bug not handling plus character.
Browse files Browse the repository at this point in the history
  • Loading branch information
metasim committed Mar 4, 2020
1 parent bb11d5a commit c0a1562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-astraea.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.typesafe.sbt.git.DefaultReadableGit

// Internal Astraea-specific overides
val sha = new DefaultReadableGit(file(".")).withGit(_.headCommitSha)
ThisBuild / version := "0.9.0-astraea+" + sha.map(_.take(7)).getOrElse("0000000")
ThisBuild / version := "0.9.0-astraea-" + sha.map(_.take(7)).getOrElse("0000000")
ThisBuild / credentials += Credentials(Path.userHome / ".sbt" / ".credentials")
publishTo := {
val base = "https://s22s.mycloudrepo.io/repositories"
Expand Down

0 comments on commit c0a1562

Please sign in to comment.