Skip to content

Commit

Permalink
Fix build failed due to jitpack down.
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <i@rain.cx>
  • Loading branch information
qyl27 committed Dec 19, 2024
1 parent d286a08 commit d1be1ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ bin/
/.project
.idea
*.log
run_*/
run_*/
run
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ allprojects {
maven { url = 'https://maven.neoforged.net/releases' }
maven { url = 'https://files.minecraftforge.net/maven/' }
maven { url = 'https://maven.izzel.io/releases' }
maven { url = 'https://jitpack.io/' }
mavenCentral()
mavenLocal()
}
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
org.gradle.jvmargs=-Xmx4g -Dfile.encoding=utf-8

architect_plugin_version=3.4-SNAPSHOT
architectury_loom_plugin_version=1.4-SNAPSHOT
shadow_plugin_version=7.1.2

0 comments on commit d1be1ea

Please sign in to comment.