File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ buildscript { // Configuration for building
1818 mavenCentral()
1919 }
2020 dependencies {
21- classpath ' com.google.cloud.tools:appengine-gradle-plugin:2.2.0 '
21+ classpath ' com.google.cloud.tools:appengine-gradle-plugin:2.4.2 '
2222 classpath ' org.akhikhl.gretty:gretty:+'
2323 }
2424}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ buildscript {
2121 // [START endpoints_plugin]
2222 classpath ' com.google.cloud.tools:endpoints-framework-gradle-plugin:2.0.1'
2323 // [END endpoints_plugin]
24- classpath ' com.google.cloud.tools:appengine-gradle-plugin:2.2.0 '
24+ classpath ' com.google.cloud.tools:appengine-gradle-plugin:2.4.2 '
2525 }
2626}
2727
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.3'
22- classpath ' com.google.cloud.tools:appengine-gradle-plugin:2.2.0 '
22+ classpath ' com.google.cloud.tools:appengine-gradle-plugin:2.4.2 '
2323 }
2424}
2525
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript { // Configuration for building
2020 }
2121 dependencies {
2222 // App Engine Gradle plugin
23- classpath ' com.google.cloud.tools:appengine-gradle-plugin:2.2.0 '
23+ classpath ' com.google.cloud.tools:appengine-gradle-plugin:2.4.2 '
2424
2525 // Endpoints Frameworks Gradle plugin
2626 classpath ' com.google.cloud.tools:endpoints-framework-gradle-plugin:1.0.3'
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
2020
2121 dependencies {
2222 classpath ' com.google.cloud.tools:endpoints-framework-gradle-plugin:1.0.3'
23- classpath ' com.google.cloud.tools:appengine-gradle-plugin:2.2.0 '
23+ classpath ' com.google.cloud.tools:appengine-gradle-plugin:2.4.2 '
2424 }
2525}
2626// [END build_script]
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ buildscript { // Configuration for building
1818 mavenCentral()
1919 }
2020 dependencies {
21- classpath ' com.google.cloud.tools:appengine-gradle-plugin:2.2.0 ' // If a newer version is available, use it
21+ classpath ' com.google.cloud.tools:appengine-gradle-plugin:2.4.2 ' // If a newer version is available, use it
2222 }
2323}
2424
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ buildscript { // Configuration for building
1818 mavenCentral()
1919 }
2020 dependencies {
21- classpath ' com.google.cloud.tools:appengine-gradle-plugin:2.2.0 '
21+ classpath ' com.google.cloud.tools:appengine-gradle-plugin:2.4.2 '
2222 classpath ' org.akhikhl.gretty:gretty:+'
2323 }
2424}
You can’t perform that action at this time.
0 commit comments