File tree 1 file changed +6
-5
lines changed
appengine/endpoints-frameworks-v2/backend
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ buildscript {
18
18
}
19
19
20
20
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:+ '
23
23
}
24
24
}
25
25
@@ -43,9 +43,10 @@ apply plugin: 'com.google.cloud.tools.endpoints-framework-server'
43
43
apply plugin : ' com.google.cloud.tools.appengine'
44
44
45
45
dependencies {
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:+'
49
50
}
50
51
51
52
endpointsServer {
You can’t perform that action at this time.
0 commit comments