You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hugo-annotations-release module has DebugLog Annotation which Retention is SOURCE. But this only support release and debug task. When execute ./gradlew assemble, It will throw exception.
Does anyone have a better idea?
The text was updated successfully, but these errors were encountered:
Could hugo support release build with SOURCE Retention DebugLog annotation? SOURCE Retention will not keep in .class file.
I try to use releaseCompile dependencies to realize it like this:
hugo-annotations-release module has DebugLog Annotation which Retention is SOURCE. But this only support release and debug task. When execute
./gradlew assemble
, It will throw exception.Does anyone have a better idea?
The text was updated successfully, but these errors were encountered: