update build.gradle to use new version of loom
This commit is contained in:
parent
f9a2fb60ad
commit
fab5de9751
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
id 'idea'
|
||||
id 'fabric-loom' version '0.4-SNAPSHOT'
|
||||
id 'fabric-loom' version '0.5.9'
|
||||
id 'maven-publish'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue