Removal of unnecessary repos
This commit is contained in:
parent
710294de8f
commit
cb00052f19
2 changed files with 2 additions and 9 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -24,6 +24,8 @@ pipeline {
|
|||
sh '''
|
||||
#!/bin/bash
|
||||
|
||||
java --version
|
||||
|
||||
chmod +x gradlew
|
||||
./gradlew build publish
|
||||
|
||||
|
|
|
@ -38,15 +38,6 @@ version = "${apiVer}.${version}"
|
|||
repositories {
|
||||
// Use Maven Central for resolving dependencies.
|
||||
// mavenCentral()
|
||||
maven {
|
||||
url = "https://maven.zontreck.com/repository/internal"
|
||||
name = "Aria's Creations Caches"
|
||||
}
|
||||
|
||||
maven {
|
||||
url = "https://maven.zontreck.com/repository/zontreck"
|
||||
name = "Aria's Creations"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Reference in a new issue