Skip to content

Commit 03b43a1

Browse files
committed
Gradle multi module publication implementation.
1 parent ebc6c43 commit 03b43a1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ subprojects {
3131
apply plugin: 'java'
3232
apply plugin: 'maven-publish'
3333

34+
compileJava.options.encoding = 'UTF-8'
35+
3436
publishing {
3537
publications {
3638
mavenJava(MavenPublication) {

0 commit comments

Comments
 (0)