Update loom to 0.5 ()

You may need to run `--refresh-dependencies` if you have odd issues. Please ask if you need help.
This commit is contained in:
modmuss50 2020-09-10 17:36:46 +01:00
parent 6b1a0d6d25
commit df61ba6bd3
2 changed files with 6 additions and 2 deletions
.github/workflows
build.gradle

View file

@ -15,7 +15,7 @@ jobs:
- uses: eskatos/gradle-command-action@v1.3.2
with:
gradle-version: wrapper
arguments: check build publishToMavenLocal --stacktrace
arguments: check build publishToMavenLocal --stacktrace --parallel
dependencies-cache-enabled: false
configuration-cache-enabled: false
- uses: actions/upload-artifact@v2

View file

@ -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.25' 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"
@ -80,6 +80,10 @@ allprojects {
dev
}
loom {
shareCaches = true
}
repositories {
mavenLocal()
}