Skip to content

Commit 6dce808

Browse files
committed
java instructions
1 parent 401830f commit 6dce808

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

skills/setup/SKILL.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,14 @@ Add a `codeflash` key to the target `package.json`. Use exactly this format:
8888

8989
Merge this into the existing `package.json` object — do not overwrite other fields. After writing, confirm the configuration with the user before proceeding.
9090

91+
### Check 1c: Project Configuration (Java)
92+
93+
Find the `pom.xml` (if it's a maven project) or `build.gradle.kts` (if it's a gradle project) file closest to the file/files of concern (the file passed to codeflash --file or the files which changed in the diff).
94+
95+
9196
### Check 2: Installation
9297

93-
Firstly, `cd` into the directory where you found the `pyproject.toml`/`package.json`.
98+
Firstly, `cd` into the directory where you found the `pyproject.toml`/`package.json`/`pom.xml`/`build.gradle.kts` file.
9499

95100
For python and java code, if no virtual environment is active activate the closest virtual environment and do
96101
```bash

0 commit comments

Comments
 (0)