From ab7042f274fa8c6fae78f4b22415906bdf93bd10 Mon Sep 17 00:00:00 2001 From: SEOA7777 Date: Thu, 2 Feb 2023 03:17:41 +0900 Subject: [PATCH] Fix incorrect Gradle task path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2519ac38..628252453 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ In this guide we will use [IntelliJ IDEA](https://www.jetbrains.com/idea/) as ou ### Gradle build Test if the environment is set up correctly by building the client and running it inside the IDE using the Gradle tab on the right side of the IDE. -1. Go to `lambda > Tasks > build > runClient` in the Gradle tab and run the client. +1. Go to `lambda > Tasks > forgegradle runs > runClient` in the Gradle tab and run the client. 2. To build the client as a jar run `lambda > Tasks > build > build`. Gradle will create a new directory called `build`. The final built jar will be in `build/libs`. ### Stargazers