Change to adopt, Revert stuff

pull/95/head
actuallyasmartname 3 years ago
parent a51af68897
commit 136921a9bd

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

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

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

Loading…
Cancel
Save