You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CLI jar tool (pkl-codegen-java) has several dependencies to run: pkl-cli-java, kotlin-stdlib and javapoet if you do not already have these dependencies (or pkl-codegen-java.jar) you can download the respective jars at the following urls:
Then you can call the tool with the downloaded jars (either remove the versions from the filenames on download or change the below to include the versions)
You will likely need the --allowed-modules whitelisting depending on the pkl location, also added to the command. Make sure to see the https://github.com/apple/pkl/WINDOWS.adoc[WINDOWS.adoc] if you are on Windows for additional tips.
38
+
39
+
21
40
NOTE: xref:build.gradle.kts[] demonstrates how to generate code with the Gradle plugin.
0 commit comments