File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
appengine/endpoints-frameworks-v2/migration-example Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ buildscript { // Configuration for building
18
18
jcenter() // Bintray's repository - a fast Maven Central mirror & more
19
19
}
20
20
dependencies {
21
- classpath ' com.google.cloud.tools:appengine-gradle-plugin:+ ' // latest App Engine Gradle tasks
22
- classpath ' com.google.cloud.tools:endpoints-framework-gradle-plugin:+ '
21
+ classpath ' com.google.cloud.tools:appengine-gradle-plugin:1.1.0 '
22
+ classpath ' com.google.cloud.tools:endpoints-framework-gradle-plugin:1.0.0-beta6 '
23
23
}
24
24
}
25
25
@@ -43,7 +43,7 @@ dependencies {
43
43
// End of Endpoints Frameworks v1.0
44
44
45
45
// Endpoints Frameworks v2.0
46
- compile " com.google.endpoints: endpoints-framework:+ "
46
+ compile group : ' com.google.endpoints' , name : ' endpoints-framework-tools ' , version : ' 2.0.4 '
47
47
// End of Endpoints Frameworks v2.0
48
48
}
49
49
@@ -57,8 +57,8 @@ appengine { // App Engine tasks configuration
57
57
}
58
58
}
59
59
60
- group = " com.example.helloendpoints" // Generated output GroupId
61
- version = " 1 " // Version in generated output
60
+ group = ' com.example.helloendpoints' // Generated output GroupId
61
+ version = ' 1 ' // Version in generated output
62
62
63
63
sourceCompatibility = 1.7 // App Engine Standard uses Java 7
64
64
targetCompatibility = 1.7 // App Engine Standard uses Java 7
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ limitations under the License.
60
60
<dependency >
61
61
<groupId >com.google.endpoints</groupId >
62
62
<artifactId >endpoints-framework</artifactId >
63
- <version >2.0.3 </version >
63
+ <version >2.0.4 </version >
64
64
</dependency >
65
65
<!-- [END endpoints-frameworks] -->
66
66
<!-- End of Endpoints Frameworks v2.0 -->
You can’t perform that action at this time.
0 commit comments