File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
src/main/kotlin/com/embabel/coding/agent Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 16
16
<description >Coding agent</description >
17
17
18
18
<properties >
19
- <embabel-agent .version>0.1.0-SNAPSHOT </embabel-agent .version>
19
+ <embabel-agent .version>0.1.0</embabel-agent .version>
20
20
<spring-ai .version>1.0.0-M8</spring-ai .version>
21
21
<kotlin .version>2.1.10</kotlin .version>
22
22
<kotlin .compiler.apiVersion>2.1</kotlin .compiler.apiVersion>
103
103
</build >
104
104
105
105
<repositories >
106
+ <repository >
107
+ <id >embabel-releases</id >
108
+ <url >https://repo.embabel.com/artifactory/libs-release</url >
109
+ <snapshots >
110
+ <enabled >true</enabled >
111
+ </snapshots >
112
+ </repository >
106
113
<repository >
107
114
<id >embabel-snapshots</id >
108
115
<url >https://repo.embabel.com/artifactory/libs-snapshot</url >
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ class ResourceFactory : McpResourcePublisher {
151
151
)
152
152
}
153
153
154
- override fun infoString (verbose : Boolean? ): String {
154
+ override fun infoString (verbose : Boolean? , indent : Int ): String {
155
155
return toString()
156
156
}
157
157
}
You can’t perform that action at this time.
0 commit comments