Skip to content

Commit

Permalink
Uppercase tags (#308)
Browse files Browse the repository at this point in the history
* Update the build.gradle
1. More comments to build.gradle
2. add the wrapper jars
* copyright & tags
* tiny nit
* uppercase tags
  • Loading branch information
lesv authored Aug 18, 2016
1 parent 44824dd commit ba6217b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appengine/helloworld-new-plugins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// [start gradle]
// [START gradle]
buildscript { // Configuration for building
repositories {
jcenter() // Bintray's repository - a fast Maven Central mirror & more
Expand Down Expand Up @@ -43,6 +43,7 @@ dependencies { // Servlet for App Engine Standard -- only one of these need to b

}

// [START model]
model {
appengine { // App Engine tasks configuration
run { // local (dev_appserver) configuration (standard environments only)
Expand All @@ -55,10 +56,11 @@ model {
}
}
}
// [END model]

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

sourceCompatibility = JavaVersion.VERSION_1_7 // App Engine Standard uses Java 7
targetCompatibility = JavaVersion.VERSION_1_7 // App Engine Standard uses Java 7
// [end gradle]
// [END gradle]

0 comments on commit ba6217b

Please sign in to comment.