File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ jobs:
123123
124124 # Update version in jbang-example.java
125125 sed -i "s|copilot-sdk-java:[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\(-java\.[0-9][0-9]*\)\{0,1\}|copilot-sdk-java:${VERSION}|g" jbang-example.java
126+ sed -i 's|copilot-sdk-java:${project\.version}|copilot-sdk-java:'"${VERSION}"'|g' jbang-example.java
126127
127128 # Update version in cookbook files (hardcoded for direct GitHub browsing and JBang usage)
128129 find src/site/markdown/cookbook -name "*.md" -type f -exec \
Original file line number Diff line number Diff line change 11!
2- //DEPS com.github:copilot-sdk-java:${project.version}
2+ //DEPS com.github:copilot-sdk-java:0.2.2-java.1
33import com .github .copilot .sdk .CopilotClient ;
44import com .github .copilot .sdk .events .AssistantMessageEvent ;
55import com .github .copilot .sdk .events .SessionUsageInfoEvent ;
You can’t perform that action at this time.
0 commit comments