Skip to content

Commit

Permalink
tiny nit (#307)
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
  • Loading branch information
lesv authored Aug 18, 2016
1 parent 31f9f1c commit 74c2d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/helloworld-new-plugins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ apply plugin: 'com.google.cloud.tools.appengine' // App Engine tasks
dependencies { // Servlet for App Engine Standard -- only one of these need to be uncommented.
// providedCompile group: 'javax.servlet', name: 'servlet-api', version:'2.5'
providedCompile 'javax.servlet:javax.servlet-api:3.1.0' // if java_quickstart in appengine-web.xml
compile 'com.google.appengine:appengine:+
compile 'com.google.appengine:appengine:+'
// Add your dependencies here.

}
Expand Down

0 comments on commit 74c2d8f

Please sign in to comment.