diff --git a/build.gradle b/build.gradle index 567f247..5afe16e 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { repositories { maven { - url "https://repo.rudefox.io/maven-public" + url "https://repo.rudefox.io/repository/maven-public/" } mavenCentral() @@ -31,6 +31,10 @@ run { standardInput = System.in } +tasks.withType(JavaCompile) { + options.encoding = 'UTF-8' +} + def junitVersion = "5.6.2" tasks.withType(Test) {