mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 05:27:43 -05:00
Fix new gradle 8.0 deprecation added in 7.2 (#416)
* Fix new gradle 8.0 deprecation added in 7.2 * Handle bootstrap tests a bit better * Fix 0.9 wrapper tests
This commit is contained in:
3
.github/workflows/test-push.yml
vendored
3
.github/workflows/test-push.yml
vendored
@@ -165,8 +165,7 @@ jobs:
|
||||
|
||||
- run: ./gradlew --version
|
||||
working-directory: bootstrap/test-project
|
||||
- run: ./gradlew build
|
||||
- run: ./gradlew build || true
|
||||
working-directory: bootstrap/test-project
|
||||
continue-on-error: true
|
||||
|
||||
# TODO check the output of the previous step here
|
||||
Reference in New Issue
Block a user