Fix issue where jitpack does not work properly. (#270)

This commit is contained in:
Kichura 2023-09-03 15:27:51 +02:00 committed by GitHub
parent df04490b5d
commit ae316e81be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,5 @@
jdk:
- temurinjdk17
before_install:
- curl -s "https://get.sdkman.io" | bash
- source "$HOME/.sdkman/bin/sdkman-init.sh"
- sdk install java 17.0.8+7-tem
- sdk use java 17.0.8+7-tem
- source ~/.sdkman/bin/sdkman-init.sh
- sdk install java 17.0.8.1-tem
- sdk use java 17.0.8.1-tem