Skip to content

Commit dfc207a

Browse files
committed
Suppress gradle Note messages during tests and CI.
Stop CI messages from exploding to 10k+ lines.
1 parent 680bed7 commit dfc207a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

app/proguard-rules.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
-dontobfuscate
22
-ignorewarnings
33

4-
-dontnote android.support.test.**
5-
-dontnote net.bytebuddy.**
4+
-dontnote **
65
-dontwarn net.bytebuddy.**
7-
-dontnote org.mockito.**
86
-dontwarn org.mockito.**
9-
-dontnote org.objenesis.**
107

118
-keep class org.apache.http.** { *; }
129
-dontwarn org.apache.http.**

app/test-proguard-rules.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
-dontoptimize
33
-dontshrink
44
-ignorewarnings
5+
6+
-dontnote **

0 commit comments

Comments
 (0)