From 68aae6b21fe6c93e465c8af1dcfcb45fa77e74b9 Mon Sep 17 00:00:00 2001 From: Taran Nathan Date: Wed, 13 May 2026 19:23:50 -0700 Subject: [PATCH] maybe this will fix it --- .github/workflows/autofmt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autofmt.yml b/.github/workflows/autofmt.yml index 5da3cbf..7e7b981 100644 --- a/.github/workflows/autofmt.yml +++ b/.github/workflows/autofmt.yml @@ -17,7 +17,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: temurin - java-version: '17' + java-version: '11' - uses: axel-op/googlejavaformat-action@v4 with: args: "--skip-sorting-imports --replace" -- 2.39.5