Skip to content

Commit

Permalink
less build libs
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzuanpa committed Mar 11, 2024
1 parent 20ea231 commit 2d16099
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,15 @@ repositories {

dependencies {
// Forcing version numbers for everything and using NO-NEI WAILA since the "transitive dependency resolution (gradle magic)" is currently borked.
implementation "thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev"
implementation "thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev"
implementation "codechicken:CodeChickenLib:1.7.10-1.1.3.140:dev"
implementation "codechicken:CodeChickenCore:1.7.10-1.0.7.47:dev"
implementation "codechicken:NotEnoughItems:1.7.10-1.0.5.120:dev"
implementation "mcp.mobius.waila:Waila:1.5.10_1.7.10:dev"
implementation "com.azanor.baubles:Baubles:1.7.10-1.0.1.10:deobf"

}

}
}

sourceSets {
Expand Down
Binary file removed libs/CodeChickenCore-1.7.10-1.0.7.47-universal.jar
Binary file not shown.
Binary file removed libs/CodeChickenLib-1.7.10-1.1.3.138-universal.jar
Binary file not shown.
Binary file removed libs/NotEnoughItems-1.7.10-2.0.4-GTNH-universal.jar
Binary file not shown.

0 comments on commit 2d16099

Please sign in to comment.