We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f497e32 commit 63b9a05Copy full SHA for 63b9a05
.github/workflows/build.yml
@@ -72,7 +72,12 @@ jobs:
72
- name: Install environment
73
run: |
74
sudo apt update
75
- sudo apt install -y curl wget unzip tar git gcc g++ maven default-jdk
+ sudo apt install -y curl wget unzip tar git gcc g++
76
+ - name: Configure Java
77
+ uses: actions/setup-java@v2
78
+ with:
79
+ distribution: 'adopt'
80
+ java-version: '17'
81
- name: Checkout repository
82
uses: actions/checkout@v1
83
- name: Build project
0 commit comments