mirror of
https://github.com/FabricMC/fabric.git
synced 2025-03-22 21:15:23 -04:00
Update to loom 0.5
For now this will only be for 1.16.2
This commit is contained in:
parent
bf0e62bd42
commit
9be3744a3b
1 changed files with 5 additions and 1 deletions
|
@ -9,7 +9,7 @@ plugins {
|
|||
id 'eclipse'
|
||||
id 'idea'
|
||||
id 'maven-publish'
|
||||
id 'fabric-loom' version '0.4.28' apply false
|
||||
id 'fabric-loom' version '0.5-SNAPSHOT' apply false
|
||||
id 'net.minecrell.licenser' version '0.4.1'
|
||||
id "org.ajoberstar.grgit" version "3.1.1"
|
||||
id 'com.matthewprenger.cursegradle' version "1.4.0"
|
||||
|
@ -70,6 +70,10 @@ allprojects {
|
|||
}
|
||||
}
|
||||
|
||||
loom {
|
||||
shareCaches = true
|
||||
}
|
||||
|
||||
dependencies {
|
||||
minecraft "com.mojang:minecraft:$Globals.mcVersion"
|
||||
mappings "net.fabricmc:yarn:${Globals.mcVersion}${Globals.yarnVersion}:v2"
|
||||
|
|
Loading…
Reference in a new issue