We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ec0fd commit bb07145Copy full SHA for bb07145
build.gradle
@@ -85,7 +85,7 @@ sourceSets {
85
86
87
group = 'io.github.borewit'
88
-version = '3.0.1-SNAPSHOT'
+version = '3.0.1'
89
description = 'Lizzy'
90
java.sourceCompatibility = JavaVersion.VERSION_1_9
91
gradle.properties
@@ -1,4 +1,6 @@
1
# Overide this settings in ~/.gradle/gradle.properties
2
ossrhUsername = ''
3
ossrhPassword = ''
4
-org.gradle.jvmargs=-Dfile.encoding=UTF-8
+
5
+# Read .java files as UTF-8
6
+org.gradle.jvmargs = -Dfile.encoding=UTF-8
0 commit comments