Skip to content

Commit

Permalink
Update DexTestParser to 2.0.1 (#437)
Browse files Browse the repository at this point in the history
To filter default methods annotated with @test to be treated as runnable test methods
See linkedin/dex-test-parser#20 for more information
  • Loading branch information
winterDroid authored and bootstraponline committed Dec 21, 2018
1 parent 2f85d08 commit 7b32ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_runner/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies {
compile("com.google.apis:google-api-services-toolresults:v1beta3-rev20181015-1.26.0")

// https://github.com/linkedin/dex-test-parser/releases
compile("com.linkedin.dextestparser:parser:2.0.0")
compile("com.linkedin.dextestparser:parser:2.0.1")

// NOTE: iOS support isn't in the public artifact. Use testing jar generated from the private gcloud CLI json
// https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.google.apis%22%20AND%20a%3A%22google-api-services-testing%22
Expand Down

0 comments on commit 7b32ae9

Please sign in to comment.