From d0d2d19b22a3a65427d1a0e9e178d766fdfeebc2 Mon Sep 17 00:00:00 2001 From: Jung Haesung <48352078+cometj03@users.noreply.github.com> Date: Mon, 19 Feb 2024 23:04:00 +0900 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4424573..efc552e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,13 @@ jobs: steps: - uses: actions/checkout@v4 + - name: set up JDK 17 + uses: actions/setup-java@v4 + with: + java-version: '17' + distribution: 'temurin' + cache: gradle + - run: ./gradlew dokkaHtml - name: Deploy docs to website