Fixed repo URL
This commit is contained in:
parent
76c94b76cc
commit
7e6c04a44e
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user