Skip to content

Commit

Permalink
Switched to official forge patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lukflug committed May 9, 2021
1 parent 6979ed0 commit be7b4c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ buildscript {
repositories {
jcenter()
maven {
name = 'lukflug'
url = 'https://lukflug.github.io/maven/'
name = 'forge'
url = 'https://maven.minecraftforge.net/'
}
maven {
name = 'spongepowered'
url = 'https://repo.spongepowered.org/repository/maven-public/'
}
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3.2'
classpath 'org.spongepowered:mixingradle:0.4-SNAPSHOT'
classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.3'
}
Expand Down

0 comments on commit be7b4c0

Please sign in to comment.