Skip to content

Commit 74c2d8f

Browse files
authored
tiny nit (#307)
* Update the build.gradle 1. More comments to build.gradle 2. add the wrapper jars * copyright & tags * tiny nit
1 parent 31f9f1c commit 74c2d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/helloworld-new-plugins/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ apply plugin: 'com.google.cloud.tools.appengine' // App Engine tasks
3838
dependencies { // Servlet for App Engine Standard -- only one of these need to be uncommented.
3939
// providedCompile group: 'javax.servlet', name: 'servlet-api', version:'2.5'
4040
providedCompile 'javax.servlet:javax.servlet-api:3.1.0' // if java_quickstart in appengine-web.xml
41-
compile 'com.google.appengine:appengine:+
41+
compile 'com.google.appengine:appengine:+'
4242
// Add your dependencies here.
4343

4444
}

0 commit comments

Comments
 (0)