Update build.gradle
This commit is contained in:
parent
8117c23a92
commit
b94043c3f7
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,7 @@ repositories {
|
|||
maven { url "https://maven.fabricmc.net/" }
|
||||
maven { url 'https://maven.blamejared.com' }
|
||||
maven { url "https://maven.shedaniel.me/" }
|
||||
maven { url 'https://jitpack.io' }
|
||||
maven {
|
||||
url "https://maven.pkg.github.com/paulevsgitch/bclib/"
|
||||
credentials {
|
||||
|
@ -25,7 +26,6 @@ repositories {
|
|||
password = env.GITHUB_TOKEN
|
||||
}
|
||||
}
|
||||
maven { url 'https://jitpack.io' }
|
||||
}
|
||||
|
||||
apply plugin: 'maven'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue