find-instrumentation-with-upper-version-limits.sh 181 B

123456
  1. #!/bin/bash -e
  2. grep -r --include build.gradle.kts latestDepTestLibrary instrumentation \
  3. | grep -v :+\" \
  4. | grep -v "// see .* module" \
  5. | grep -v "// documented limitation"