From 694e45a24fc6f281e1de1426e95fedc44a8f2664 Mon Sep 17 00:00:00 2001 From: murjune Date: Sat, 1 Feb 2025 12:10:23 +0900 Subject: [PATCH] chore: add local.properties --- .github/workflows/pull_request_ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pull_request_ci.yml b/.github/workflows/pull_request_ci.yml index dfbe8439..7573ace4 100644 --- a/.github/workflows/pull_request_ci.yml +++ b/.github/workflows/pull_request_ci.yml @@ -28,6 +28,9 @@ jobs: distribution: 'temurin' java-version: 17 + - name: Create Local Properties + run: touch local.properties + - name: Grant execute permission for gradlew run: chmod +x gradlew