Update loom to fix crash on build, Closes #831

This commit is contained in:
modmuss50 2020-06-21 19:35:43 +01:00
parent 76ca481865
commit b2771bdedd
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ plugins {
id 'eclipse'
id 'idea'
id 'maven-publish'
id 'fabric-loom' version '0.4-SNAPSHOT' apply false
id 'fabric-loom' version '0.4.28' 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"
@ -12,7 +12,7 @@ plugins {
def ENV = System.getenv()
class Globals {
static def baseVersion = "0.13.0"
static def baseVersion = "0.13.1"
static def mcVersion = "1.15.2"
static def yarnVersion = "+build.1"
}

View file

@ -1,5 +1,5 @@
archivesBaseName = "fabric-particles-v1"
version = getSubprojectVersion(project, "0.2.0")
version = getSubprojectVersion(project, "0.2.1")
dependencies {
compile project(path: ':fabric-api-base', configuration: 'dev')