Fix woodpecker pipeline

This commit is contained in:
Paul Schaub 2023-11-15 14:26:24 +01:00
parent 2051c3632a
commit 3dde174880
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pipeline:
steps:
run:
image: gradle:7.5-jdk8-jammy
image: gradle:7.6-jdk11-jammy
commands:
# Install Sequoia-SOP
- apt update && apt install --yes sqop
@ -14,4 +14,4 @@ pipeline:
- gradle check javadocAll
# Code has coverage
- gradle jacocoRootReport coveralls
secrets: [COVERALLS_REPO_TOKEN]
secrets: [coveralls_repo_token]

View File

@ -1,6 +1,6 @@
# Code is licensed properly
# See https://reuse.software/
pipeline:
steps:
reuse:
image: fsfe/reuse:latest
commands: