mdedetrich commented on PR #96: URL: https://github.com/apache/incubator-pekko-persistence-cassandra/pull/96#issuecomment-1708249791
To a double check to make sure that everything is working as expected, with normal version being `0.0.0+1121-e3a00744+20230906-1424-SNAPSHOT` ,i.e. ``` <@incubator-pekko-persistence-cassandra>-<⎇ only-override-dynverSeparator-for-docker-project>-<±>-> sbt version [info] welcome to sbt 1.9.4 (Amazon.com Inc. Java 1.8.0_382) [info] loading global plugins from /Users/mdedetrich/.sbt/1.0/plugins [info] loading settings for project incubator-pekko-persistence-cassandra-build from plugins.sbt ... [info] loading project definition from /Users/mdedetrich/github/incubator-pekko-persistence-cassandra/project [info] loading settings for project root from build.sbt ... [info] set current project to pekko-persistence-cassandra-root (in build file:/Users/mdedetrich/github/incubator-pekko-persistence-cassandra/) [warn] there are 6 keys that are not used by any other settings/tasks: [warn] [warn] * cassandraBundle / projectInfoVersion [warn] +- /Users/mdedetrich/github/incubator-pekko-persistence-cassandra/project/Common.scala:42 [warn] * cassandraLauncher / projectInfoVersion [warn] +- /Users/mdedetrich/github/incubator-pekko-persistence-cassandra/project/Common.scala:42 [warn] * core / projectInfoVersion [warn] +- /Users/mdedetrich/github/incubator-pekko-persistence-cassandra/project/Common.scala:42 [warn] * dseTest / projectInfoVersion [warn] +- /Users/mdedetrich/github/incubator-pekko-persistence-cassandra/project/Common.scala:42 [warn] * endToEndExample / projectInfoVersion [warn] +- /Users/mdedetrich/github/incubator-pekko-persistence-cassandra/project/Common.scala:42 [warn] * root / projectInfoVersion [warn] +- /Users/mdedetrich/github/incubator-pekko-persistence-cassandra/project/Common.scala:42 [warn] [warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check [warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key [info] core / version [info] 0.0.0+1121-e3a00744+20230906-1424-SNAPSHOT [info] cassandraLauncher / version [info] 0.0.0+1121-e3a00744+20230906-1424-SNAPSHOT [info] version [info] 0.0.0+1121-e3a00744+20230906-1424-SNAPSHOT ``` If I do `sbt endToEndExample/docker:publishLocal` it creates a correct docker tag without any pluses, i.e. ``` [info] Built image kubakka/endtoendexample with tags [0.0.0-1121-e3a00744-20230906-1424, latest] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
