Updating target to Java 17 (using openjdk 18)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Gregory Ballantine 2022-08-30 00:25:22 -04:00
parent 3b789eb623
commit aabf1d49a7

View File

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