File tree 1 file changed +4
-2
lines changed
appengine/helloworld-new-plugins
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11
11
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
- // [start gradle]
14
+ // [START gradle]
15
15
buildscript { // Configuration for building
16
16
repositories {
17
17
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
43
43
44
44
}
45
45
46
+ // [START model]
46
47
model {
47
48
appengine { // App Engine tasks configuration
48
49
run { // local (dev_appserver) configuration (standard environments only)
@@ -55,10 +56,11 @@ model {
55
56
}
56
57
}
57
58
}
59
+ // [END model]
58
60
59
61
group = ' com.example.appengine' // Generated output GroupId
60
62
version = ' 1.0-SNAPSHOT' // Version in generated output
61
63
62
64
sourceCompatibility = JavaVersion . VERSION_1_7 // App Engine Standard uses Java 7
63
65
targetCompatibility = JavaVersion . VERSION_1_7 // App Engine Standard uses Java 7
64
- // [end gradle]
66
+ // [END gradle]
You can’t perform that action at this time.
0 commit comments