Skip to content

Commit c23a749

Browse files
committed
chore: fix deprecation warning
1 parent f396bce commit c23a749

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle.kts

+3-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,9 @@ dockerCompose {
170170
}
171171

172172
apollo {
173-
packageNamesFromFilePaths("spp.cli.protocol")
173+
service("service") {
174+
packageNamesFromFilePaths("spp.cli.protocol")
175+
}
174176
}
175177

176178
tasks.create<Copy>("importProtocolFiles") {

0 commit comments

Comments
 (0)