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 f9ea654 commit d20c564Copy full SHA for d20c564
.github/workflows/build.yml
@@ -32,11 +32,11 @@ jobs:
32
- uses: actions/checkout@v4
33
with:
34
token: ${{ secrets.PAT || github.token }}
35
- - name: set up Java 17
+ - name: set up Java 25
36
uses: actions/setup-java@v4
37
38
distribution: 'zulu'
39
- java-version: '17'
+ java-version: '25'
40
- name: Build All
41
run: ./gradlew build --stacktrace
42
- name: Build Watch Face Push validation snippets
0 commit comments