Skip to content

Commit b6908a6

Browse files
authored
Update project names in settings.gradle.kts to match directory names (#1375)
<!-- Thank you for opening a pull request! Please add a brief description of the proposed change here. Also, please tick the appropriate points in the checklist below. --> ## Motivation and Context <!-- Why is this change needed? What problem does it solve? --> ## Breaking Changes <!-- Will users need to update their code or configurations? --> --- #### Type of the changes - [ ] New feature (non-breaking change which adds functionality) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] Documentation update - [ ] Tests improvement - [x] Refactoring - [ ] CI/CD changes - [ ] Dependencies update #### Checklist - [ ] The pull request has a description of the proposed change - [x] I read the [Contributing Guidelines](https://github.com/JetBrains/koog/blob/main/CONTRIBUTING.md) before opening the pull request - [x] The pull request uses **`develop`** as the base branch - [ ] Tests for the changes have been added - [x] All new and existing tests passed ##### Additional steps for pull requests adding a new feature - [ ] An issue describing the proposed change exists - [ ] The pull request includes a link to the issue - [ ] The change was discussed and approved in the issue - [ ] Docs have been added / updated
1 parent b7ddf1a commit b6908a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/code-agent/step-04-add-subagent/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rootProject.name = "step-04-basic-agent"
1+
rootProject.name = "step-04-add-sub-agent"
22

33
pluginManagement {
44
repositories {

examples/code-agent/step-05-history/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rootProject.name = "step-05-basic-agent"
1+
rootProject.name = "step-05-history"
22

33
pluginManagement {
44
repositories {

0 commit comments

Comments
 (0)