File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
appengine-java8/endpoints-v2-migration
appengine/endpoints-frameworks-v2/migration-example Expand file tree Collapse file tree 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
2020 }
2121 dependencies {
2222 // 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 '
2424
2525 // 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 '
2727 }
2828}
2929// [END buildscript]
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ buildscript { // Configuration for building
2020 }
2121 dependencies {
2222 // 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 '
2424
2525 // 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 '
2727 }
2828}
2929// [END buildscript]
You can’t perform that action at this time.
0 commit comments