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:
modmuss50
2021-06-13 13:28:47 +01:00
parent 3c42e92881
commit 581b04761d
3 changed files with 11 additions and 4 deletions

View File

@@ -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