sync-backend: delete

Realistically this will be much more enjoyable to do in Rust or Go *shudder*
so let's cut out the unused code until we can tackle the backend.
This commit is contained in:
Harsh Shandilya 2023-01-05 21:07:07 +05:30
parent 45872f1653
commit a296d2b827
No known key found for this signature in database
12 changed files with 0 additions and 337 deletions

View file

@ -30,16 +30,8 @@ pluginManagement {
forRepository { gradlePluginPortal() }
filter {
includeModule("com.github.ben-manes", "gradle-versions-plugin")
includeModule(
"com.github.johnrengelman.shadow",
"com.github.johnrengelman.shadow.gradle.plugin"
)
includeModule("com.github.jengelman.gradle.plugins", "shadow")
includeModule("org.gradle.android.cache-fix", "org.gradle.android.cache-fix.gradle.plugin")
includeModule("gradle.plugin.com.google.cloud.tools", "jib-gradle-plugin")
includeModule("gradle.plugin.org.gradle.android", "android-cache-fix-gradle-plugin")
includeModule("io.ktor.plugin", "io.ktor.plugin.gradle.plugin")
includeModule("io.ktor.plugin", "plugin")
}
}
exclusiveContent {