File tree 7 files changed +7
-7
lines changed 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
18
18
mavenCentral()
19
19
}
20
20
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 '
22
22
classpath ' org.akhikhl.gretty:gretty:+'
23
23
}
24
24
}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ buildscript {
21
21
// [START endpoints_plugin]
22
22
classpath ' com.google.cloud.tools:endpoints-framework-gradle-plugin:2.0.1'
23
23
// [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 '
25
25
}
26
26
}
27
27
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ buildscript {
19
19
20
20
dependencies {
21
21
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 '
23
23
}
24
24
}
25
25
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript { // Configuration for building
20
20
}
21
21
dependencies {
22
22
// 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 '
24
24
25
25
// Endpoints Frameworks Gradle plugin
26
26
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 {
20
20
21
21
dependencies {
22
22
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 '
24
24
}
25
25
}
26
26
// [END build_script]
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ buildscript { // Configuration for building
18
18
mavenCentral()
19
19
}
20
20
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
22
22
}
23
23
}
24
24
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ buildscript { // Configuration for building
18
18
mavenCentral()
19
19
}
20
20
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 '
22
22
classpath ' org.akhikhl.gretty:gretty:+'
23
23
}
24
24
}
You can’t perform that action at this time.
0 commit comments