Remove Spotless references
This commit is contained in:
parent
609fb301dc
commit
2b75a8bf76
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,6 @@ buildscript {
|
|||
|
||||
// Plugins
|
||||
classpath(GradlePlugins.gradleVersions)
|
||||
classpath(GradlePlugins.spotless)
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -28,7 +27,9 @@ allprojects {
|
|||
)
|
||||
}
|
||||
|
||||
apply(plugin = AppPlugins.manesVersions)
|
||||
apply {
|
||||
plugin(AppPlugins.manesVersions)
|
||||
}
|
||||
|
||||
tasks.withType<DependencyUpdatesTask> {
|
||||
gradleReleaseChannel = "current"
|
||||
|
|
|
@ -5,7 +5,6 @@ object AppPlugins {
|
|||
const val kotlinExtensions = "kotlin-android-extensions"
|
||||
const val kotlinParcelize = "kotlin-parcelize"
|
||||
const val manesVersions = "com.github.ben-manes.versions"
|
||||
const val spotless = "com.diffplug.gradle.spotless"
|
||||
}
|
||||
|
||||
object ApplicationLibs {
|
||||
|
|
Loading…
Reference in a new issue