Skip to content

Commit

Permalink
missing repository
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed Jul 19, 2023
1 parent 2bfc5a1 commit c5487f5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/Repositories.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import org.gradle.kotlin.dsl.maven
import org.gradle.api.artifacts.dsl.RepositoryHandler as Repo

fun Repo.badasintended() = maven("https://maven.bai.lol")
fun Repo.bbkr() = maven("https://server.bbkr.space/artifactory/libs-release")
fun Repo.cursemaven() = maven("https://cursemaven.com")
fun Repo.shedaniel() = maven("https://maven.shedaniel.me/")
fun Repo.modmaven() = maven("https://modmaven.dev")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
repositories {
bbkr()
shedaniel()
cafeteria()
ladysnake()
Expand Down
1 change: 1 addition & 0 deletions module-compat/industrial-revolution/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
repositories {
bbkr()
jamieswhiteshirt()
blamejared()
buildcraft()
Expand Down
4 changes: 4 additions & 0 deletions module-compat/wireless-networks/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
repositories {
bbkr()
}

dependencies {
runtimeOnly(namedProject("tech-reborn"))

Expand Down

0 comments on commit c5487f5

Please sign in to comment.