From bbd060a5b2a5440187db543c3df4c002c20b4ec6 Mon Sep 17 00:00:00 2001 From: unurled Date: Tue, 20 Jun 2023 15:16:58 +0200 Subject: [PATCH] actions test --- .forgejo/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 26a1eb6..0a6e769 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -6,6 +6,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - uses: setup-java@v3 + with: + distribution: 'temurin' # See 'Supported distributions' for available options + cache: 'gradle' - name: build run: | chmod +x gradlew