Skip to content

Commit f826c24

Browse files
committed
Use UTF-8 encoding for docs and bump version to v0.18.0
1 parent 01eb7a9 commit f826c24

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ allprojects {
55
sourceCompatibility = 1.7
66
targetCompatibility = 1.7
77

8-
version 'v0.13.0'
8+
version 'v0.18.0'
99
group 'com.github.TeamNewPipe'
1010

1111
repositories {
@@ -43,7 +43,8 @@ task aggregatedJavadocs(type: Javadoc, group: 'Documentation') {
4343
title = "$project.name $version"
4444
// options.memberLevel = JavadocMemberLevel.PRIVATE
4545
options.links 'https://docs.oracle.com/javase/7/docs/api/'
46-
46+
options.encoding 'UTF-8'
47+
4748
subprojects.each { project ->
4849
project.tasks.withType(Javadoc).each { javadocTask ->
4950
source += javadocTask.source

0 commit comments

Comments
 (0)