Skip to content

Commit

Permalink
Keep only maven-compatible repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf committed Jul 18, 2023
1 parent 41175a2 commit 339c0cb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ object Resolvers {

private def patternMatchGuard(patterns: Patterns): Boolean =
patterns.ivyPatterns.lengthCompare(1) == 0 &&
patterns.artifactPatterns.lengthCompare(1) == 0
patterns.artifactPatterns.lengthCompare(1) == 0 &&
patterns.isMavenCompatible

private def parseMavenCompatResolver(
ivyProperties: Map[String, String],
Expand Down

0 comments on commit 339c0cb

Please sign in to comment.