rm useless repo

update image
This commit is contained in:
TONY_All 2023-06-06 14:06:10 +08:00
parent 786d80172c
commit dce4300386
2 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,4 @@
job("Build and run tests") {
// run 'gradlew build'
gradlew("amazoncorretto:17-alpine", "build")
gradlew("azul/zulu-openjdk:17", "build")
}

View File

@ -11,10 +11,6 @@ version = "1.0-SNAPSHOT"
repositories {
mavenCentral()
mavenLocal()
maven("https://repo.maxmc.cn/repository/maven-snapshots/") {
name = "maxmc"
credentials(PasswordCredentials::class.java)
}
}
dependencies {