Skip to content

Commit

Permalink
[hotfix][travis] Allow scala-suffix check to download plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Apr 11, 2019
1 parent db6aa6c commit cdf461b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/verify_scala_suffixes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ while read line; do
block_infected=1
fi
fi
done < <(mvn -o dependency:tree -Dincludes=org.scala-lang -pl ${excluded_modules} | tee /dev/tty)
done < <(mvn -nsu dependency:tree -Dincludes=org.scala-lang -pl ${excluded_modules} | tee /dev/tty)


# deduplicate and sort
Expand Down

0 comments on commit cdf461b

Please sign in to comment.