File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
appengine/endpoints-frameworks-v2/backend Expand file tree Collapse file tree 1 file changed +6
-5
lines changed 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:1.0.0 '
22- classpath ' com.google.cloud.tools:appengine-gradle-plugin:1.3.2 '
21+ classpath ' com.google.cloud.tools:endpoints-framework-gradle-plugin:+ '
22+ classpath ' com.google.cloud.tools:appengine-gradle-plugin:+ '
2323 }
2424}
2525
@@ -43,9 +43,10 @@ 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.7'
47- compile ' com.google.endpoints:endpoints-management-control-appengine:1.0.3'
48- compile ' com.google.endpoints:endpoints-framework-auth:1.0.3'
46+ // For real projects: use concrete versions here instead of the '+' to make your build consistent
47+ compile ' com.google.endpoints:endpoints-framework:+'
48+ compile ' com.google.endpoints:endpoints-management-control-appengine:+'
49+ compile ' com.google.endpoints:endpoints-framework-auth:+'
4950}
5051
5152endpointsServer {
You can’t perform that action at this time.
0 commit comments