mirror of
https://github.com/FabricMC/fabric.git
synced 2025-03-23 21:40:02 -04:00
Update loom to 0.5 (#1060)
You may need to run `--refresh-dependencies` if you have odd issues. Please ask if you need help.
This commit is contained in:
parent
1c9f449974
commit
74685c149c
3 changed files with 6 additions and 6 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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()
|
||||
}
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue