We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef729bf commit 60f7db7Copy full SHA for 60f7db7
.github/workflows/build-pr.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Set up JDK
12
uses: actions/setup-java@v3
13
with:
14
- java-version: '17'
+ java-version: '21'
15
distribution: 'temurin'
16
- name: Build project with Maven
17
run: mvn -B -ntp install
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
18
19
0 commit comments