Skip to content

Commit

Permalink
be less restrictive; also kill jitpack (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchej123 authored Jan 15, 2023
1 parent df73e86 commit 6de78aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions repositories.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,4 @@ repositories {
maven {
url "https://cursemaven.com"
}
maven {
url = "https://jitpack.io"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
modid = "AWWayofTime",
name = "AlchemicalWizardry",
version = "GRADLETOKEN_VERSION",
dependencies = "required-after:CodeChickenLib@[1.1.5.7,);" + "after:NotEnoughItems@[2.3.20-GTNH,);",
dependencies = "after:CodeChickenLib@[1.1.5.7,);" + "after:NotEnoughItems@[2.3.20-GTNH,)",
guiFactory = "WayofTime.alchemicalWizardry.client.gui.ConfigGuiFactory")
public class AlchemicalWizardry {
public static boolean parseTextFiles = false;
Expand Down

0 comments on commit 6de78aa

Please sign in to comment.