File tree 2 files changed +4
-4
lines changed
appengine/endpoints-frameworks-v2/migration-example
appengine-java8/endpoints-v2-migration
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ buildscript { // Configuration for building
20
20
}
21
21
dependencies {
22
22
// App Engine Gradle plugin
23
- classpath ' com.google.cloud.tools:appengine-gradle-plugin:1.0.2 '
23
+ classpath ' com.google.cloud.tools:appengine-gradle-plugin:1.3.3 '
24
24
25
25
// Endpoints Frameworks Gradle plugin
26
- classpath ' com.google.cloud.tools:endpoints-framework-gradle-plugin:1.3.3 '
26
+ classpath ' com.google.cloud.tools:endpoints-framework-gradle-plugin:1.0.2 '
27
27
}
28
28
}
29
29
// [END buildscript]
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ buildscript { // Configuration for building
20
20
}
21
21
dependencies {
22
22
// App Engine Gradle plugin
23
- classpath ' com.google.cloud.tools:appengine-gradle-plugin:1.0.2 '
23
+ classpath ' com.google.cloud.tools:appengine-gradle-plugin:1.3.3 '
24
24
25
25
// Endpoints Frameworks Gradle plugin
26
- classpath ' com.google.cloud.tools:endpoints-framework-gradle-plugin:1.3.3 '
26
+ classpath ' com.google.cloud.tools:endpoints-framework-gradle-plugin:1.0.2 '
27
27
}
28
28
}
29
29
// [END buildscript]
You can’t perform that action at this time.
0 commit comments