Updating target to Java 17 (using openjdk 18)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
3b789eb623
commit
aabf1d49a7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user