-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5447f04
commit b5f18e6
Showing
1 changed file
with
4 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
jdk: | ||
- openjdk16 | ||
before_install: | ||
# Make sure SDKMAN is addressable and up-to-date. | ||
- source "$HOME/.sdkman/bin/sdkman-init.sh" | ||
- sdk update | ||
# Use Eclipse Temurin 17 builds | ||
- sdk install java 16.0.0-tem | ||
- sdk use java 16.0.0-tem | ||
# Use a modern Maven binary | ||
- sdk install maven 3.8.3 | ||
- sdk use maven 3.8.3 | ||
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh | ||
- source install-jdk.sh --feature 16 |