Skip to content

Commit

Permalink
Fixed build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
seelderr authored and CursedFlames committed Sep 2, 2024
1 parent a4097f2 commit a673c2c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ repositories {
gradlePluginPortal()
maven { url = 'https://maven.neoforged.net/releases' }
maven { url = "https://jitpack.io" }
jcenter() // grgit, TODO: use egit directly
maven {
name = 'ajoberstar-backup'
url = 'https://ajoberstar.org/bintray-backup/'
}
}

dependencies {
Expand Down

0 comments on commit a673c2c

Please sign in to comment.