From 50b064e8e508730c6178273260385a7346694494 Mon Sep 17 00:00:00 2001 From: Andrew Bailey Date: Sun, 26 Jan 2025 18:13:09 -0500 Subject: [PATCH] Set JDK version for Windows publishing action --- .github/workflows/publish.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c9947c7..fcca727 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,6 +32,11 @@ jobs: - name: Checkout code uses: actions/checkout@v1 + - name: Set up JDK 17 + uses: actions/setup-java@v1 + with: + java-version: 17 + - name: Publish Windows x64 library to Maven run: ./gradlew publishMingwX64PublicationToSonatypeRepository env: