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: pipeline:
test: test:
image: maven:3-openjdk-18 image: maven:3-eclipse-temurin-17
commands: commands:
- microdnf install -y lsof - microdnf install -y lsof
- mvn test - mvn test
build: build:
image: maven:3-openjdk-18 image: maven:3-eclipse-temurin-17
commands: commands:
- mvn clean compile assembly:single - mvn clean compile assembly:single
package: package:
image: maven:3-openjdk-18 image: maven:3-eclipse-temurin-17
commands: commands:
- microdnf install -y rpm-build - microdnf install -y rpm-build
- mvn clean compile package -Dmaven.test.skip - mvn clean compile package -Dmaven.test.skip