add notes on deprecated dependencies
This commit is contained in:
parent
2b23a7f5da
commit
8769ba065b
2 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,9 @@ sourceCompatibility = JavaVersion.VERSION_1_7
|
|||
targetCompatibility = JavaVersion.VERSION_1_7
|
||||
|
||||
dependencies {
|
||||
// FIXME: This *needs* to be migrated to the new gradle plugin!
|
||||
// https://cloud.google.com/endpoints/docs/frameworks/legacy/v1/java/migrating-android
|
||||
// https://github.com/GoogleCloudPlatform/app-gradle-plugin
|
||||
appengineSdk 'com.google.appengine:appengine-java-sdk:1.9.59'
|
||||
compile 'com.google.appengine:appengine-endpoints:1.9.59'
|
||||
compile 'com.google.appengine:appengine-endpoints-deps:1.9.59'
|
||||
|
|
|
@ -14,7 +14,9 @@ buildscript {
|
|||
|
||||
dependencies {
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
// NOTE: upgrade requires to migrate backend to the new app-engine plugin, see backend/build.gradle
|
||||
classpath 'com.android.tools.build:gradle:3.3.2'
|
||||
// FIXME: this causes deprecation warnings and should be replaced
|
||||
classpath 'com.jaredsburrows:gradle-spoon-plugin:1.5.0'
|
||||
classpath 'com.github.ben-manes:gradle-versions-plugin:0.20.0'
|
||||
classpath 'de.mobilej.unmock:UnMockPlugin:0.6.5'
|
||||
|
|
Loading…
Reference in a new issue