From c35b3738d8e5a941ca9973b9ecee1bb6147da08f Mon Sep 17 00:00:00 2001 From: alexcrea <42614139+alexcrea@users.noreply.github.com> Date: Sat, 26 Oct 2024 17:49:32 +0200 Subject: [PATCH] Add requried jdk for nms --- .github/workflows/gradle.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 648ac35..181e0e0 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -58,11 +58,14 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up JDK 21 + - name: Set up JDKs uses: actions/setup-java@v4 with: - java-version: '21' distribution: 'temurin' + java-version: | + 16 + 17 + 21 # Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies. # See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md