Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions endpoints-frameworks/v2/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ buildscript {
jcenter()
}
dependencies {
// V2: Add the new Endpoints Framework plugin dependencies
classpath 'com.google.cloud.tools:endpoints-framework-gradle-plugin:1.0.0'
}
}

Expand Down
13 changes: 1 addition & 12 deletions endpoints-frameworks/v2/backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@
// limitations under the License.

// [START gradle_script]
buildscript {
repositories {
jcenter()
}
dependencies {
// V2: Add the new App Engine and Endpoints Frameworks plugin dependencies
classpath 'com.google.cloud.tools:endpoints-framework-gradle-plugin:1.0.0'
classpath 'com.google.cloud.tools:appengine-gradle-plugin:1.3.2'
}
}

repositories {
jcenter();
}
Expand All @@ -40,7 +29,7 @@ targetCompatibility = JavaVersion.VERSION_1_7

dependencies {
// V2: Endpoints Framework v2 migration
compile 'com.google.endpoints:endpoints-framework:2.0.7'
compile 'com.google.endpoints:endpoints-framework:2.0.8'

compile 'javax.inject:javax.inject:1'
compile 'javax.servlet:servlet-api:2.5'
Expand Down
4 changes: 4 additions & 0 deletions endpoints-frameworks/v2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ buildscript {
classpath 'com.google.guava:guava:19.0'

classpath 'com.android.tools.build:gradle:2.3.3'

// V2: Include Appengine and Endpoints Frameworks plugins
classpath 'com.google.cloud.tools:endpoints-framework-gradle-plugin:1.0.2'
classpath 'com.google.cloud.tools:appengine-gradle-plugin:1.3.3'
}
}
// [END gradle_script]
Expand Down