Update build.gradle
This commit is contained in:
parent
9d25e0b361
commit
791645448e
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
plugins {
|
||||
id 'fabric-loom' version '0.7-SNAPSHOT'
|
||||
id 'maven-publish'
|
||||
id 'maven'
|
||||
}
|
||||
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
|
@ -20,8 +21,6 @@ repositories {
|
|||
jcenter()
|
||||
}
|
||||
|
||||
apply plugin: 'maven'
|
||||
|
||||
dependencies {
|
||||
minecraft "com.mojang:minecraft:${project.minecraft_version}"
|
||||
mappings minecraft.officialMojangMappings()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue