mirror of
https://github.com/apple/pkl.git
synced 2026-04-24 09:18:35 +02:00
Update DEVELOPMENT.adoc (#682)
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
== Setup
|
== Setup
|
||||||
|
|
||||||
. (mandatory) Install {uri-jdk}[OpenJDK 17] or higher
|
. (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.
|
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
|
If the project is opened but not imported, look for a popup in the lower right corner
|
||||||
and click its "Import Gradle Project" link.
|
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 testNative # run native executable tests
|
||||||
gw spotlessApply # fix code formatting
|
gw spotlessApply # fix code formatting
|
||||||
gw build # build everything except native executables
|
gw build # build everything except native executables
|
||||||
gw buildNative # build macOS executable on macOS,
|
gw buildNative # build native executable(s) for current platform
|
||||||
# Linux and Alpine executables on Linux
|
|
||||||
# (Alpine executable is only built if ~/staticdeps/bin/musl-gcc exists)
|
# (Alpine executable is only built if ~/staticdeps/bin/musl-gcc exists)
|
||||||
|
|
||||||
pkl-cli/build/executable/jpkl # run Java executable
|
pkl-cli/build/executable/jpkl # run Java executable
|
||||||
|
|||||||
Reference in New Issue
Block a user