added before_install task

This commit is contained in:
FlorianMichael 2023-02-24 20:40:04 +01:00
parent 262f332088
commit 0610c81a71

View File

@ -1,2 +1,5 @@
jdk:
- openjdk17
before_install:
- sdk install java 17.0.1-open
- sdk use java 17.0.1-open