Skip to content

Commit b0bca0e

Browse files
authored
Fix incorrect Gradle task path (#484)
1 parent efac398 commit b0bca0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ In this guide we will use [IntelliJ IDEA](https://www.jetbrains.com/idea/) as ou
123123
### Gradle build
124124

125125
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.
126-
1. Go to `lambda > Tasks > build > runClient` in the Gradle tab and run the client.
126+
1. Go to `lambda > Tasks > forgegradle runs > runClient` in the Gradle tab and run the client.
127127
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`.
128128

129129
### Stargazers

0 commit comments

Comments
 (0)