diff --git a/project/plugins.sbt b/project/plugins.sbt index 49f95ef..88e2073 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,6 +14,10 @@ def selectCredentials(): Credentials = ), passwd = sys.env .get("GS_MAVEN_TOKEN") + .map { x => + println(s"GOT TOKEN = '$x'") + x + } .getOrElse( throw new RuntimeException( "You must either provide ~/.sbt/.credentials or specify the GS_MAVEN_TOKEN environment variable."