Skip to content

Commit

Permalink
Build against 1.18, add -alpha1 version marker, run CI with Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
comp500 committed Nov 30, 2021
1 parent f682820 commit 8b57cd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 16
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 16
java-version: 17
- name: Build with Gradle
run: ./gradlew build
- name: Upload build artifacts
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.18-rc3
yarn_mappings=1.18-rc3+build.1
loader_version=0.12.5
minecraft_version=1.18
yarn_mappings=1.18+build.1
loader_version=0.12.6
# Mod Properties
mod_version=1.0.2
mod_version=1.0.2-alpha1
maven_group=link.infra
archives_base_name=indium
# Dependencies
Expand Down

0 comments on commit 8b57cd3

Please sign in to comment.