Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuoSmall committed Feb 6, 2018
1 parent 1d2687e commit d85b2a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions gsyVideoPlayer-java/bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
javadoc {
options{
encoding "UTF-8"
docEncoding "UTF-8"
charSet 'UTF-8'
author true
version true
Expand Down
1 change: 1 addition & 0 deletions gsyVideoPlayer/bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
javadoc {
options{
encoding "UTF-8"
docEncoding "UTF-8"
charSet 'UTF-8'
author true
version true
Expand Down
1 change: 1 addition & 0 deletions gsyvideoplayer-androidvideocache/bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
javadoc {
options{
encoding "UTF-8"
docEncoding "UTF-8"
charSet 'UTF-8'
author true
version true
Expand Down
1 change: 1 addition & 0 deletions gsyvideoplayer-exo2/bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
javadoc {
options{
encoding "UTF-8"
docEncoding "UTF-8"
charSet 'UTF-8'
author true
version true
Expand Down

0 comments on commit d85b2a0

Please sign in to comment.