More fixes
This commit is contained in:
parent
16c39efc60
commit
bf8f85f601
2 changed files with 2 additions and 8 deletions
|
|
@ -1,6 +1,7 @@
|
|||
buildscript {
|
||||
repositories {
|
||||
maven { url = 'https://files.minecraftforge.net/maven' }
|
||||
maven { url "http://repo.mikeprimm.com" }
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
maven {url = "https://oss.sonatype.org/content/repositories/snapshots/"}
|
||||
|
|
@ -23,13 +24,6 @@ sourceCompatibility = 1.8
|
|||
targetCompatibility = 1.8
|
||||
ext.buildNumber = System.getenv().BUILD_NUMBER ?: "Dev"
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
name = 'forge'
|
||||
url = 'http://files.minecraftforge.net/maven'
|
||||
}
|
||||
}
|
||||
|
||||
minecraft {
|
||||
mappings channel: 'stable', version: '47-1.13.2'
|
||||
runs {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue