You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
227 B
6 lines
227 B
2 years ago
|
summary: Basic smoke test - OpenJDK 11
|
||
|
execute:
|
||
|
script:
|
||
|
- dnf -y swap maven-jdk-binding maven-openjdk11
|
||
|
- mvn -V dependency:get -Dartifact=junit:junit:4.12 && stat $HOME/.m2/repository/junit/junit/4.12/junit-4.12.jar
|