Fixed repo URL

master
B.J. Dweck 2020-09-01 15:09:16 +02:00
parent 76c94b76cc
commit 7e6c04a44e
1 changed files with 5 additions and 1 deletions

View File

@ -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) {