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
Copy file name to clipboardExpand all lines: skills/setup/SKILL.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,9 +88,14 @@ Add a `codeflash` key to the target `package.json`. Use exactly this format:
88
88
89
89
Merge this into the existing `package.json` object — do not overwrite other fields. After writing, confirm the configuration with the user before proceeding.
90
90
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
+
91
96
### Check 2: Installation
92
97
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.
94
99
95
100
For python and java code, if no virtual environment is active activate the closest virtual environment and do
0 commit comments