From 1016c7833b7ae0874a1c6921ac280aadc48433ff Mon Sep 17 00:00:00 2001 From: generrosity Date: Tue, 1 Mar 2022 10:10:43 +1300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4603e949..1554c173 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Dynmap 3.x+ uses Gradle for building support for all platforms, with all resulti default JDK must be a JDK 17 (or later) versions - older versions will still be compiled to run on the default JDK for those platforms (JDK 8, or JDK 16 for 1.17.x), and common libraries are built JDK 8. -To build and get all jars in `build/libs/`, run: +To build and get all jars in `target/`, run: ./gradlew setup build