Skip to content

Commit a2df093

Browse files
committed
Switch to Jitpack MCPConfig
1 parent aff8d68 commit a2df093

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
maven { url 'https://plugins.gradle.org/m2/' }
99
}
1010
dependencies {
11-
classpath "com.github.Chocohead:ForgeGradle:moderniser-SNAPSHOT"
11+
classpath "com.github.Chocohead:ForgeGradle:jitpack-SNAPSHOT"
1212
classpath 'org.spongepowered:mixingradle:0.6-SNAPSHOT'
1313
classpath 'gradle.plugin.com.github.breadmoirai:github-release:2.0.1'
1414
}
@@ -36,7 +36,7 @@ repositories {
3636
maven { url = "https://files.minecraftforge.net/maven" }
3737
maven { url 'https://www.dimdev.org/maven/' }
3838
maven { url = 'https://repo.spongepowered.org/maven/' }
39-
maven { url 'http://repo.strezz.org/artifactory/list/Strezz-Central' }
39+
maven { url 'https://www.jitpack.io' }
4040
}
4141

4242
dependencies {

0 commit comments

Comments
 (0)