Skip to content

Commit ac01132

Browse files
committed
fix graal properties
1 parent f23c2bd commit ac01132

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

resources/META-INF/native-image/eca/eca/native-image.properties

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@ Args=-J-Dborkdude.dynaload.aot=true \
88
-H:-CheckToolchain \
99
-H:Log=registerResource: \
1010
-H:IncludeResources=ECA_VERSION \
11-
-H:IncludeResources=prompts/eca_base.txt \
12-
-H:IncludeResources=prompts/plan_behavior.txt \
13-
-H:IncludeResources=prompts/agent_behavior.txt \
14-
-H:IncludeResources=prompts/init.txt
11+
-H:IncludeResources=prompts/eca_base.md \
12+
-H:IncludeResources=prompts/plan_behavior.md \
13+
-H:IncludeResources=prompts/agent_behavior.md \
14+
-H:IncludeResources=prompts/init.md \
15+
-H:IncludeResources=prompts/tools/eca_directory_tree.md \
16+
-H:IncludeResources=prompts/tools/eca_edit_file.md \
17+
-H:IncludeResources=prompts/tools/eca_editor_diagnostics.md \
18+
-H:IncludeResources=prompts/tools/eca_grep.md \
19+
-H:IncludeResources=prompts/tools/eca_move_file.md \
20+
-H:IncludeResources=prompts/tools/eca_preview_file_change.md \
21+
-H:IncludeResources=prompts/tools/eca_read_file.md \
22+
-H:IncludeResources=prompts/tools/eca_shell_command.md \
23+
-H:IncludeResources=prompts/tools/eca_write_file.md

0 commit comments

Comments
 (0)