Skip to content

Commit

Permalink
修复doc编码
Browse files Browse the repository at this point in the history
  • Loading branch information
GcsSloop committed Sep 9, 2016
1 parent f7bedb7 commit 0372a2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ dependencies {
compile 'com.android.support:appcompat-v7:23.4.0'
}

tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}

// build a jar with source files
task sourcesJar(type: Jar) {
from android.sourceSets.main.java.srcDirs
Expand Down

0 comments on commit 0372a2e

Please sign in to comment.