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 '''
|
sh '''
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
java --version
|
||||||
|
|
||||||
chmod +x gradlew
|
chmod +x gradlew
|
||||||
./gradlew build publish
|
./gradlew build publish
|
||||||
|
|
||||||
|
|
|
@ -38,15 +38,6 @@ version = "${apiVer}.${version}"
|
||||||
repositories {
|
repositories {
|
||||||
// Use Maven Central for resolving dependencies.
|
// Use Maven Central for resolving dependencies.
|
||||||
// mavenCentral()
|
// 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 {
|
dependencies {
|
||||||
|
|
Loading…
Reference in a new issue