From c7f2d95139fa0a1fa62f03c6d38841f2ebcf3b84 Mon Sep 17 00:00:00 2001 From: Eamon Powell Date: Tue, 7 Jan 2025 22:54:02 +1100 Subject: [PATCH 1/2] Bump watchface tools to latest revision --- watchface-tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watchface-tools b/watchface-tools index 21c55e6..28877b2 160000 --- a/watchface-tools +++ b/watchface-tools @@ -1 +1 @@ -Subproject commit 21c55e660cd0078c00650ff0ec3ef4e50c647166 +Subproject commit 28877b229416f288b9317380160b157d1e5d2344 From 8a20d3138e8e546712a359ca936a6491c914bdbd Mon Sep 17 00:00:00 2001 From: Eamon Powell Date: Tue, 7 Jan 2025 22:55:46 +1100 Subject: [PATCH 2/2] .github: Use Java 21 for CI Now that submodule dependencies support Gradle 8.9 we can use this. --- .github/workflows/wear-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wear-ci.yml b/.github/workflows/wear-ci.yml index dc948ab..51cc623 100644 --- a/.github/workflows/wear-ci.yml +++ b/.github/workflows/wear-ci.yml @@ -16,7 +16,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: 'zulu' - java-version: 17 + java-version: 21 cache: 'gradle' - name: Validate WFF XML