Skip to content

Commit af94b49

Browse files
committed
disabled the verifyInstrumentation
1 parent 93ff511 commit af94b49

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Ring/build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jar {
2626
}
2727
}
2828

29+
2930
verifyInstrumentation {
30-
passes ('ring:ring:[1.7.1]'
31+
// passes("ring:ring:[1.7.1]") {
32+
// compile 'ring:ring-jetty-adapter:1.7.1'
33+
// }
3134
}
35+

0 commit comments

Comments
 (0)