Remove `before_install`

This commit is contained in:
themode 2022-02-13 16:12:38 +01:00
parent 49e727d177
commit 38fe1bdf54
1 changed files with 1 additions and 4 deletions

View File

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