Fix woodpecker pipeline

This commit is contained in:
Paul Schaub 2025-09-27 10:19:28 +02:00
parent 39e5ee14af
commit 180d7e9db1
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 8 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pipeline:
run:
image: gradle:7.5-jdk8
steps:
- name: build
image: gradle:8.8-jdk11
commands:
- git checkout $CI_COMMIT_BRANCH
# Code works
@ -9,4 +9,6 @@ pipeline:
- gradle check javadocAll
# Code has coverage
- gradle jacocoRootReport coveralls
secrets: [COVERALLS_REPO_TOKEN]
environment:
COVERALLS_REPO_TOKEN:
from_secret: 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: