Update Gradle to 7.0, Bump CI stuff #95

Merged
actuallyasmartname merged 8 commits from master into master 2021-05-15 10:29:26 +00:00
3 changed files with 5 additions and 4 deletions
Showing only changes of commit a51af68897 - Show all commits

View File

@ -14,7 +14,7 @@ jobs:
java: [
1.8, # Minimum supported by Minecraft
11, # Current Java LTS
15 # Latest version
16 # Latest version
]
# and run on both Linux and Windows
os: [ubuntu-20.04, windows-latest]
@ -25,8 +25,9 @@ jobs:
- name: validate gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: setup jdk ${{ matrix.java }}
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
distribution: zulu
java-version: ${{ matrix.java }}
- name: make gradle wrapper executable
if: ${{ runner.os != 'Windows' }}

View File

@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/use
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.16.5
yarn_mappings=1.16.5+build.6
loader_version=0.11.3

View File

@ -1,5 +1,5 @@
modmuss50 commented 2021-04-14 14:57:02 +00:00 (Migrated from github.com)
Review

This also needs loom 0.7

This also needs loom 0.7
modmuss50 commented 2021-04-14 14:57:02 +00:00 (Migrated from github.com)
Review

This also needs loom 0.7

This also needs loom 0.7
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
modmuss50 commented 2021-04-14 14:57:02 +00:00 (Migrated from github.com)
Review

This also needs loom 0.7

This also needs loom 0.7
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
modmuss50 commented 2021-04-14 14:57:02 +00:00 (Migrated from github.com)
Review

This also needs loom 0.7

This also needs loom 0.7
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

modmuss50 commented 2021-04-14 14:57:02 +00:00 (Migrated from github.com)
Review

This also needs loom 0.7

This also needs loom 0.7
modmuss50 commented 2021-04-14 14:57:02 +00:00 (Migrated from github.com)
Review

This also needs loom 0.7

This also needs loom 0.7