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 2366c5d commit e428dc6Copy full SHA for e428dc6
.github/workflows/build-on-pull-request.yml
@@ -13,10 +13,10 @@ jobs:
13
ref: ${{ github.event.pull_request.head.ref }}
14
repository: ${{ github.event.pull_request.head.repo.full_name }}
15
16
- - name: Setup JDK 8
+ - name: Setup JDK 17
17
uses: actions/setup-java@v2
18
with:
19
- java-version: 8
+ java-version: 17
20
distribution: 'adopt'
21
- name: Build with Maven
22
run: mvn clean install
0 commit comments