parent
786d80172c
commit
dce4300386
|
|
@ -1,4 +1,4 @@
|
|||
job("Build and run tests") {
|
||||
// run 'gradlew build'
|
||||
gradlew("amazoncorretto:17-alpine", "build")
|
||||
gradlew("azul/zulu-openjdk:17", "build")
|
||||
}
|
||||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue