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 committed by GitHub
parent 1c9f449974
commit 74685c149c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions
.github/workflows
build.gradle
fabric-game-rule-api-v1

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()
}

View file

@ -6,10 +6,6 @@ minecraft {
}
dependencies {
// MUST BE A DEPENDENCY, OTHERWISE COMPILE WILL FAIL IN "RuleListWidgetMixin"
// YOU'VE BEEN WARNED
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'
testmodCompile project(path: ':fabric-api-base', configuration: 'dev')
testmodCompile project(path: ':fabric-lifecycle-events-v1', configuration: 'dev')
testmodCompile project(path: ':fabric-resource-loader-v0', configuration: 'dev')