From 6d92049a39dc445b250b92d588c8ab07eb12ffc8 Mon Sep 17 00:00:00 2001 From: Derry Pratama Date: Tue, 13 Jun 2023 12:23:44 +0900 Subject: [PATCH] Update README.md Solve permission denied error when building jar --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5188c81..d3746df 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ Please ensure that all system requirements, including a compatible version of `B 3. Build the standalone `jar`: ```bash + chmod +x ./gradlew ./gradlew shadowJar ```