gemelen commented on a change in pull request #29286:
URL: https://github.com/apache/spark/pull/29286#discussion_r474994580
##########
File path: project/plugins.sbt
##########
@@ -38,28 +37,19 @@ resolvers += Resolver.url("bintray",
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.3.0")
// sbt 1.0.0 support: https://github.com/AlpineNow/junit_xml_listener/issues/6
-addSbtPlugin("com.alpinenow" % "junit_xml_listener" % "0.5.1")
+// addSbtPlugin("com.alpinenow" % "junit_xml_listener" % "0.5.1")
Review comment:
That plugin is definitely is dead, so it needs to be either included
directly as scala code or removed completely.
If there is possibility it's not used anymore, it'd be much easier.
##########
File path: project/plugins.sbt
##########
@@ -38,28 +37,19 @@ resolvers += Resolver.url("bintray",
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.3.0")
// sbt 1.0.0 support: https://github.com/AlpineNow/junit_xml_listener/issues/6
-addSbtPlugin("com.alpinenow" % "junit_xml_listener" % "0.5.1")
+// addSbtPlugin("com.alpinenow" % "junit_xml_listener" % "0.5.1")
Review comment:
That plugin is definitely dead, so it needs to be either included
directly as scala code or removed completely.
If there is possibility it's not used anymore, it'd be much easier.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]