Updating target to Java 17

This commit is contained in:
Gregory Ballantine
2022-08-30 00:08:18 -04:00
parent ad0115e5f2
commit 3b789eb623
2 changed files with 7 additions and 7 deletions

View File

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