Skip to content

Commit

Permalink
Attempt to build 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cherbert committed Apr 6, 2024
1 parent d7cffb7 commit d90bbb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
minecraft: [ 1.16.5, 1.17.1, 1.18.2, 1.19.2, 1.19.3, 1.19.4]
minecraft: [ 1.16.5, 1.17.1, 1.18.2, 1.19.2, 1.19.3, 1.19.4, 1.20.1]
runs-on: self-hosted
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id "com.github.johnrengelman.shadow" version "7.1.0"
}

def default_minecraft_version = "1.19.2"
def default_minecraft_version = "1.20.1"
def minecraft_version = project.properties.containsKey("buildVersion") ? project.getProperties().get("buildVersion") : default_minecraft_version
def minecraft_main_version = minecraft_version.split("\\.")[1] as int
def is_1_19_3 = minecraft_version == "1.19.3" || minecraft_version == "1.19.4"
Expand Down

0 comments on commit d90bbb0

Please sign in to comment.