Skip to content

Commit

Permalink
Remove invalid dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkhax committed May 22, 2022
1 parent d902647 commit 30176a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions Forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ dependencies {

minecraft "net.minecraftforge:forge:${minecraft_version}-${forge_version}"
implementation fg.deobf("mezz.jei:jei-1.18.2:${jei_version}")
implementation fg.deobf("curse.maven:catalogue-459701:${catalogue_version}")
implementation fg.deobf("curse.maven:lazydfu-460819:3544496")
implementation fg.deobf("net.darkhax.bookshelf:Bookshelf-Forge-1.18.2:${project.ext.bookshelf_version}")
compileOnly project(":Common")

Expand Down
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ subprojects {
name = 'Shedaniel / REI'
url = 'https://maven.shedaniel.me'
}

maven {
name = 'Curse Maven'
url = 'https://www.cursemaven.com'
}
}
}

Expand Down

0 comments on commit 30176a5

Please sign in to comment.