Denis Pyshev created SPARK-33106:
------------------------------------

             Summary: Fix sbt resolvers clash
                 Key: SPARK-33106
                 URL: https://issues.apache.org/jira/browse/SPARK-33106
             Project: Spark
          Issue Type: Improvement
          Components: Build
    Affects Versions: 3.1.0
            Reporter: Denis Pyshev


During sbt upgrade from 0.13 to 1.x, exact resolvers list was used as is.

That leads to local resolvers name clashing, which is observed as warning from 
SBT:


{code:java}
[warn] Multiple resolvers having different access mechanism configured with 
same name 'local'. To avoid conflict, Remove duplicate project resolvers 
(`resolvers`) or rename publishing resolve
r (`publishTo`).
{code}
This needs to be fixed to avoid potential errors and reduce log noise.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to