Fixed repo URL
This commit is contained in:
parent
76c94b76cc
commit
7e6c04a44e
|
@ -8,7 +8,7 @@ plugins {
|
||||||
repositories {
|
repositories {
|
||||||
|
|
||||||
maven {
|
maven {
|
||||||
url "https://repo.rudefox.io/maven-public"
|
url "https://repo.rudefox.io/repository/maven-public/"
|
||||||
}
|
}
|
||||||
|
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
@ -31,6 +31,10 @@ run {
|
||||||
standardInput = System.in
|
standardInput = System.in
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.withType(JavaCompile) {
|
||||||
|
options.encoding = 'UTF-8'
|
||||||
|
}
|
||||||
|
|
||||||
def junitVersion = "5.6.2"
|
def junitVersion = "5.6.2"
|
||||||
|
|
||||||
tasks.withType(Test) {
|
tasks.withType(Test) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user