From bc9d526b7a52b34e03684901a92250c2d79181de Mon Sep 17 00:00:00 2001 From: translatenix <119817707+translatenix@users.noreply.github.com> Date: Mon, 14 Oct 2024 02:00:16 -0700 Subject: [PATCH] Update DEVELOPMENT.adoc (#682) --- DEVELOPMENT.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/DEVELOPMENT.adoc b/DEVELOPMENT.adoc index a9d34c81..aaac8f43 100644 --- a/DEVELOPMENT.adoc +++ b/DEVELOPMENT.adoc @@ -7,7 +7,7 @@ == Setup . (mandatory) Install {uri-jdk}[OpenJDK 17] or higher -. (recommended) Install {uri-intellij}[IntelliJ IDEA 2023.x] + +. (recommended) Install {uri-intellij}[IntelliJ IDEA] + To import the project into IntelliJ, go to File->Open and select the project's root directory. If the project is opened but not imported, look for a popup in the lower right corner and click its "Import Gradle Project" link. @@ -34,8 +34,7 @@ gw test # run all tests except native executable tests gw testNative # run native executable tests gw spotlessApply # fix code formatting gw build # build everything except native executables -gw buildNative # build macOS executable on macOS, - # Linux and Alpine executables on Linux +gw buildNative # build native executable(s) for current platform # (Alpine executable is only built if ~/staticdeps/bin/musl-gcc exists) pkl-cli/build/executable/jpkl # run Java executable