Skip to content

Commit 9005866

Browse files
committed
movie-connector/connector.yaml: update comment to give a concrete example of the directory into which the code may be generated
1 parent 5ab7abe commit 9005866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dataconnect/dataconnect/movie-connector/connector.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ generate:
1010
package: com.google.firebase.dataconnect.movies
1111
# Use an arbitrary directory for generating the code, as the
1212
# "com.google.firebase.example.dataconnect.gradle" custom Gradle plugin applied by
13-
# app/build.gradle.kts will look after generating the code on-demand into the
14-
# appropriate directory.
13+
# app/build.gradle.kts will look after generating the code on-demand into the directory
14+
# prescribed by Gradle (e.g. app/build/generated/java/generateDebugDataConnectSources).
1515
outputDir: ../.generated

0 commit comments

Comments
 (0)