Skip to content

Commit f2d941d

Browse files
Update plugin shadow to v8.3.4 (#297)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Roberto Cella <[email protected]>
1 parent ae876c6 commit f2d941d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
# bump: ffmpeg-ci /ffmpeg-version: '([\d.]+)'/ docker:mwader/static-ffmpeg|~7.0
3030
ffmpeg-version: '7.0.2'
3131

32+
- name: Setup Java
33+
uses: actions/setup-java@v4
34+
with:
35+
distribution: temurin
36+
java-version: 22
37+
3238
- name: Setup project and upload dependency graph
3339
uses: gradle/actions/setup-gradle@v4
3440
with:

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ tika = "org.apache.tika:tika-core:3.0.0"
2525

2626
[plugins]
2727
runtime = "org.beryx.runtime:1.13.1"
28-
shadow = "com.gradleup.shadow:8.3.3"
28+
shadow = "com.gradleup.shadow:8.3.4"

0 commit comments

Comments
 (0)