aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 0 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index 3f2e5455..8de48223 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,7 +11,6 @@ buildscript {
dependencies {
classpath deps.gradle_plugin.android
classpath deps.gradle_plugin.kotlin
- classpath deps.gradle_plugin.spotless
}
}
@@ -21,7 +20,6 @@ plugins {
subprojects {
apply from: rootProject.file('dependencies.gradle')
- apply from: rootProject.file('spotless.gradle')
repositories {
google()
jcenter()
@@ -67,8 +65,6 @@ subprojects {
}
}
-apply from: rootProject.file('spotless.root.gradle')
-
tasks {
wrapper {
distributionType = Wrapper.DistributionType.ALL