Skip to content

Commit

Permalink
[1.21+] Fix references to deleted configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Fireplace committed Oct 21, 2024
1 parent cf2489a commit 563a895
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: chmod +x ./gradlew

- name: build
run: ./gradlew build -PSNAPSHOT=true -x :playtest-fabric:build -x :playtest-forge:build -x :playtest-common:build
run: ./gradlew build -x :playtest-fabric:build -x :playtest-common:build -PSNAPSHOT=true

- name: capture build artifacts
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
java-version: ${{ matrix.java }}

- name: build
run: ./gradlew build -x :playtest-fabric:build -x :playtest-forge:build -x :playtest-common:build
run: ./gradlew build -x :playtest-fabric:build -x :playtest-common:build
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: chmod +x ./gradlew

- name: build
run: ./gradlew build -x :playtest-fabric:build -x :playtest-forge:build -x :playtest-common:build
run: ./gradlew build -x :playtest-fabric:build -x :playtest-common:build

- name: capture build artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 563a895

Please sign in to comment.