mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 17:04:09 +02:00
build: upgrade Spotless and enable configuration caching
This commit is contained in:
parent
c2e2e4f842
commit
44f2821794
|
@ -6,9 +6,12 @@ org.gradle.parallel=true
|
||||||
org.gradle.configureondemand=true
|
org.gradle.configureondemand=true
|
||||||
org.gradle.caching=true
|
org.gradle.caching=true
|
||||||
|
|
||||||
# Enabling filesystem watching
|
# Enable filesystem watching
|
||||||
org.gradle.vfs.watch=true
|
org.gradle.vfs.watch=true
|
||||||
|
|
||||||
|
# Enable experimental configuration caching
|
||||||
|
org.gradle.unsafe.configuration-cache=true
|
||||||
|
|
||||||
# Enable Kotlin incremental compilation
|
# Enable Kotlin incremental compilation
|
||||||
kotlin.incremental=true
|
kotlin.incremental=true
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ build-kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31"
|
||||||
build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.18.0"
|
build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.18.0"
|
||||||
build-okhttp = "com.squareup.okhttp3:okhttp:4.9.0"
|
build-okhttp = "com.squareup.okhttp3:okhttp:4.9.0"
|
||||||
build-semver = "com.vdurmont:semver4j:3.1.0"
|
build-semver = "com.vdurmont:semver4j:3.1.0"
|
||||||
build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:5.16.0"
|
build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.0.0"
|
||||||
|
|
||||||
# Kotlin dependencies
|
# Kotlin dependencies
|
||||||
kotlin-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" }
|
kotlin-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" }
|
||||||
|
|
Loading…
Reference in a new issue