We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1ce47 commit 326f2c1Copy full SHA for 326f2c1
1 file changed
functions/helloworld/hello-http-gradle/build.gradle
@@ -12,7 +12,7 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
-// START functions_build_gradle
+// [START functions_build_gradle]
16
apply plugin: 'java'
17
18
repositories {
@@ -39,4 +39,4 @@ jar {
39
// There must be a jar {} section, though the archiveBaseName does not have to be 'function'.
40
archiveBaseName = 'function'
41
}
42
-// END functions_build_gradle
+// [END functions_build_gradle]
0 commit comments