Skip to content

Commit

Permalink
Adding buildtools mappings - 16
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGBLP committed Jan 31, 2025
1 parent 15cad0b commit 7164fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
versions: "1.16.5,1.17,1.17.1"

- name: Remap 1.17
run: ./gradlew nms_v1_17:remap
run: ./gradlew nms:nms_v1_17:remap

- name: Remap 1.17.1
run: ./gradlew nms_v1_17_1:remap
run: ./gradlew nms:nms_v1_17_1:remap

- name: Set up JDK 17
uses: actions/setup-java@v4
Expand Down

0 comments on commit 7164fe9

Please sign in to comment.