diff --git a/build.gradle b/build.gradle index ea6bd52..6c880f4 100644 --- a/build.gradle +++ b/build.gradle @@ -36,6 +36,10 @@ task sourcesJar(type: Jar, dependsOn: classes) { from sourceSets.main.allSource } +tasks.withType(JavaCompile) { + options.encoding = "UTF-8" +} + artifacts { archives sourcesJar } @@ -51,7 +55,7 @@ uploadArchives { authentication(userName: NEXUS_USERNAME, password: NEXUS_PASSWORD) } pom.project { - version '2.1.2' + version '2.1.3' artifactId ARTIFACT_Id groupId GROUP_ID packaging TYPE -- libgit2 0.21.2