Update dependencies (#1089)

* Update depedencies

* Fix Gradle 9 deprecation warning

* No need for the shadow jar plugin
This commit is contained in:
modmuss
2024-04-15 15:12:49 +01:00
committed by GitHub
parent befebfba9e
commit b8da4e5498
11 changed files with 47 additions and 34 deletions

View File

@@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [8.6.0-jdk17]
version: [8.7.0-jdk17]
runs-on: ubuntu-22.04
container:
image: gradle:${{ matrix.version }}
@@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-22.04
container:
image: gradle:8.6.0-jdk17
image: gradle:8.7.0-jdk17
options: --user root
steps:
@@ -58,7 +58,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [8.6.0-jdk17]
version: [8.7.0-jdk17]
test: ${{ fromJson(needs.prepare_test_matrix.outputs.matrix) }}
runs-on: ubuntu-22.04