add jitpack for vault

This commit is contained in:
Taah 2022-04-10 17:27:03 -07:00
parent 9b0b7537c2
commit c92a4bbdb9
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ repositories {
url = uri("https://repo.maven.apache.org/maven2/")
}
maven {
url = uri("https://jitpack.io")
}
mavenCentral()
}