File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
appengine/helloworld-new-plugins Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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]
1515buildscript { // 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]
4647model {
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
5961group = ' com.example.appengine' // Generated output GroupId
6062version = ' 1.0-SNAPSHOT' // Version in generated output
6163
6264sourceCompatibility = JavaVersion . VERSION_1_7 // App Engine Standard uses Java 7
6365targetCompatibility = 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