Skip to content

Commit

Permalink
move plugin spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushikgopal committed Apr 25, 2023
1 parent b7c6a60 commit 0a7ff4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -9,9 +9,9 @@ plugins {

// alias for plugins that come from the version catalog file libs.versions.toml
// ...
alias(libs.plugins.spotless)

// id for plugins that don't come from the version catalog file
id "com.diffplug.spotless" version "6.15.0"
}

ext {
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Expand Up @@ -10,6 +10,7 @@ constraintlayout = "2.1.4"
kotlin = "1.8.10"
kotlinxCoroutines = "1.6.4"
rxJava = "2.1.1"
spotless = "6.15.0"
trueTime = "4.0.0.alpha"
trueTimeRx = "3.5"

Expand All @@ -33,3 +34,4 @@ truetime-rx = { group = "com.github.instacart.truetime-android", name = "library
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
android-library = { id = "com.android.library", version.ref = "androidGradlePlugin" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }

0 comments on commit 0a7ff4d

Please sign in to comment.