File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
appengine-java8/endpoints-v2-guice
appengine/endpoints-frameworks-v2/guice-example Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ buildscript {
1919
2020 dependencies {
2121 classpath ' com.google.cloud.tools:endpoints-framework-gradle-plugin:1.0.2'
22- classpath ' com.google.cloud.tools:appengine-gradle-plugin:1.3.3 '
22+ classpath ' com.google.cloud.tools:appengine-gradle-plugin:1.3.4 '
2323 }
2424}
2525
@@ -43,10 +43,11 @@ apply plugin: 'com.google.cloud.tools.endpoints-framework-server'
4343apply plugin : ' com.google.cloud.tools.appengine'
4444
4545dependencies {
46- compile ' com.google.endpoints:endpoints-framework:2.0.8 '
46+ compile ' com.google.endpoints:endpoints-framework:2.0.9 '
4747 // [START guice_dependency]
48- compile ' com.google.endpoints:endpoints-framework-guice:'
48+ compile ' com.google.endpoints:endpoints-framework-guice:2.0.9 '
4949 // [END guice_dependency]
50+
5051 compile ' com.google.endpoints:endpoints-management-control-appengine:1.0.5'
5152 compile ' com.google.endpoints:endpoints-framework-auth:1.0.5'
5253}
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ buildscript {
1818 }
1919
2020 dependencies {
21- classpath ' com.google.cloud.tools:endpoints-framework-gradle-plugin:+ '
22- classpath ' com.google.cloud.tools:appengine-gradle-plugin:+ '
21+ classpath ' com.google.cloud.tools:endpoints-framework-gradle-plugin:1.0.2 '
22+ classpath ' com.google.cloud.tools:appengine-gradle-plugin:1.3.4 '
2323 }
2424}
2525
@@ -43,9 +43,8 @@ apply plugin: 'com.google.cloud.tools.endpoints-framework-server'
4343apply plugin : ' com.google.cloud.tools.appengine'
4444
4545dependencies {
46- // For real projects: use concrete versions here instead of the '+' to make your build consistent
47- compile ' com.google.endpoints:endpoints-framework:2.0.8'
48- compile ' com.google.endpoints:endpoints-framework-guice:2.0.8'
46+ compile ' com.google.endpoints:endpoints-framework:2.0.9'
47+ compile ' com.google.endpoints:endpoints-framework-guice:2.0.9'
4948 compile ' com.google.endpoints:endpoints-management-control-appengine:1.0.5'
5049 compile ' com.google.endpoints:endpoints-framework-auth:1.0.5'
5150}
You can’t perform that action at this time.
0 commit comments