Fix generateReleaseJavadoc "unmappable character for encoding ASCII" error.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=131714051
This commit is contained in:
eguven 2016-08-30 08:45:59 -07:00 committed by Oliver Woodman
parent bd7be1b5e7
commit b88a5e1b12

View File

@ -77,6 +77,7 @@ android.libraryVariants.all { variant ->
options {
links "http://docs.oracle.com/javase/7/docs/api/"
linksOffline "https://developer.android.com/reference","${android.sdkDirectory}/docs/reference"
encoding = 'UTF-8'
}
exclude '**/BuildConfig.java'
exclude '**/R.java'