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 3 additions and 3 deletions
Showing only changes of commit 136921a9bd - Show all commits

View File

@ -27,7 +27,7 @@ jobs:
- name: setup jdk ${{ matrix.java }} - name: setup jdk ${{ matrix.java }}
uses: actions/setup-java@v2 uses: actions/setup-java@v2
with: with:
distribution: zulu distribution: adopt
java-version: ${{ matrix.java }} java-version: ${{ matrix.java }}
- name: make gradle wrapper executable - name: make gradle wrapper executable
if: ${{ runner.os != 'Windows' }} if: ${{ runner.os != 'Windows' }}

View File

@ -1,5 +1,5 @@
plugins { plugins {
id 'fabric-loom' version '0.6-SNAPSHOT' id 'fabric-loom' version '0.7-SNAPSHOT'
id 'maven-publish' id 'maven-publish'
} }

View File

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