We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 904743b + eabfbbd commit a11e3fdCopy full SHA for a11e3fd
1 file changed
.github/workflows/build_branch.yml
@@ -15,11 +15,11 @@ jobs:
15
- uses: actions/checkout@v4
16
with:
17
ref: ${{ github.event.inputs.branch }}
18
- - name: Set up JDK 17
+ - name: Set up JDK 21
19
uses: actions/setup-java@v4
20
21
- java-version: '17'
+ java-version: '21'
22
distribution: 'temurin'
23
cache: maven
24
- name: Build and Test
25
- run: mvn -B package --file pom.xml
+ run: mvn -B package --file pom.xml
0 commit comments