Skip to content

Commit

Permalink
chore(ci): use specific java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jahed Ahmed committed Aug 25, 2021
1 parent c8c645d commit 41810c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ commands:
steps:
- run:
name: Installing JDK
command: sdk install java $(sdk list java | grep -o -m1 "11\.[0-9\.]\+hs-adpt")
command: sdk install java 11.0.11.hs-adpt
install_gradle_linux:
description: Install gradle
steps:
Expand Down

0 comments on commit 41810c3

Please sign in to comment.