Skip to content

Commit 41cb0c3

Browse files
authored
chore: add region tags to appengine java 21 gradle file (#10019)
This build.gradle file will be referenced in https://cloud.google.com/appengine/docs/standard/java-gen2/using-gradle#linuxmacos (it currently references an outdated build.gradle)
1 parent 2e237ec commit 41cb0c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appengine-java21/helloworld/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17+
// [START gae_standard21_gradle]
1718
apply plugin: 'java'
1819
apply plugin: 'war'
1920

@@ -64,3 +65,4 @@ dependencies {
6465
testImplementation 'junit:junit:4.13.2'
6566
testImplementation 'org.mockito:mockito-core:4.11.0'
6667
}
68+
// [END gae_standard21_gradle]

0 commit comments

Comments
 (0)