Skip to content

Commit eaa6d4f

Browse files
committed
build: bump Reckon to 1.0.0 and enable Gradle configuration cache
1 parent c0bebd8 commit eaa6d4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
org.gradle.jvmargs = -Xmx4g -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
55
org.gradle.parallel = true
66
org.gradle.caching = true
7-
org.gradle.configuration-cache = false
7+
org.gradle.configuration-cache = true
88

99
#########################
1010
# Kotlin settings

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginManagement {
77

88
plugins {
99
id("com.gradle.develocity") version ("4.1")
10-
id("org.ajoberstar.reckon.settings") version ("0.19.2")
10+
id("org.ajoberstar.reckon.settings") version ("1.0.0")
1111
}
1212

1313
rootProject.name = "kotlin-multiplatform-diff"

0 commit comments

Comments
 (0)