Changed to using the eclipse temurin JDK builds
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Gregory Ballantine 2023-01-15 17:04:52 -05:00
parent 9a567b7178
commit 0f5b9eb45a

View File

@ -1,17 +1,17 @@
pipeline:
test:
image: maven:3-openjdk-18
image: maven:3-eclipse-temurin-17
commands:
- microdnf install -y lsof
- mvn test
build:
image: maven:3-openjdk-18
image: maven:3-eclipse-temurin-17
commands:
- mvn clean compile assembly:single
package:
image: maven:3-openjdk-18
image: maven:3-eclipse-temurin-17
commands:
- microdnf install -y rpm-build
- mvn clean compile package -Dmaven.test.skip