We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d84d86c commit 4fd88c7Copy full SHA for 4fd88c7
2 files changed
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/setup-java@v4
14
with:
15
distribution: 'temurin'
16
- java-version: '21'
+ java-version: '25'
17
- name: nodejs setup
18
uses: actions/setup-node@v4
19
.github/workflows/pull_build.yml
- name: make gradle wrapper executable
run: chmod +x ./gradlew
- name: build
0 commit comments