Skip to content

Commit

Permalink
Update error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasthomsen committed Aug 22, 2024
1 parent 47f1e34 commit 7cb1698
Showing 1 changed file with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,11 @@ object CodeArtifactPlugin extends AutoPlugin {
|
|
|The AWS CodeArtifact sbt plugin was not able to get a valid auth token. If you recieve and error due to
|the a dependency not being found then it could be caused by this.
|""".stripMargin
|the a dependency not being found then it could be caused by this.""".stripMargin
)
streams.value.log.warn(
codeArtifactGetTokenInstructions.value.map("\n" + _ + "\n").getOrElse("")
)

codeArtifactGetTokenInstructions.value.foreach { instructions =>
val message = instructions + "\n"
streams.value.log.warn(message)
}
""
}
val repos = codeArtifactRepo.value +: codeArtifactResolvers.value
Expand Down

0 comments on commit 7cb1698

Please sign in to comment.