Skip to content

Commit ba6217b

Browse files
authored
Uppercase tags (#308)
* Update the build.gradle 1. More comments to build.gradle 2. add the wrapper jars * copyright & tags * tiny nit * uppercase tags
1 parent 44824dd commit ba6217b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

appengine/helloworld-new-plugins/build.gradle

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
// [start gradle]
14+
// [START gradle]
1515
buildscript { // Configuration for building
1616
repositories {
1717
jcenter() // Bintray's repository - a fast Maven Central mirror & more
@@ -43,6 +43,7 @@ dependencies { // Servlet for App Engine Standard -- only one of these need to b
4343

4444
}
4545

46+
// [START model]
4647
model {
4748
appengine { // App Engine tasks configuration
4849
run { // local (dev_appserver) configuration (standard environments only)
@@ -55,10 +56,11 @@ model {
5556
}
5657
}
5758
}
59+
// [END model]
5860

5961
group = 'com.example.appengine' // Generated output GroupId
6062
version = '1.0-SNAPSHOT' // Version in generated output
6163

6264
sourceCompatibility = JavaVersion.VERSION_1_7 // App Engine Standard uses Java 7
6365
targetCompatibility = JavaVersion.VERSION_1_7 // App Engine Standard uses Java 7
64-
// [end gradle]
66+
// [END gradle]

0 commit comments

Comments
 (0)