From: Taran Nathan Date: Thu, 14 May 2026 02:23:50 +0000 (-0700) Subject: maybe this will fix it X-Git-Url: https://git.taranathan.com/?a=commitdiff_plain;h=68aae6b21fe6c93e465c8af1dcfcb45fa77e74b9;p=FRC2027.git maybe this will fix it --- 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"