raboof commented on code in PR #107:
URL:
https://github.com/apache/incubator-pekko-projection/pull/107#discussion_r1486029521
##########
project/PekkoSnapshotRepository.scala:
##########
@@ -19,11 +19,6 @@ object PekkoSnapshotRepositories extends AutoPlugin {
// If using a snapshot version of either Pekko or Pekko Connectors, add both
snapshot repos
// in case there are transitive dependencies to other snapshot artifacts
override def projectSettings: Seq[Def.Setting[_]] = {
- resolvers ++= (sys.props
- .get("build.pekko.version")
- .orElse(sys.props.get("build.connectors.kafka.version")) match {
- case Some(_) => Seq(Resolver.ApacheMavenSnapshotsRepo)
- case None => Seq.empty
- })
+ resolvers += Resolver.ApacheMavenSnapshotsRepo
Review Comment:
Maybe also update(/remove?) the comment above
--
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]