diff --git a/gradle.properties b/gradle.properties
index dcd466aca..35f40070c 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -50,6 +50,8 @@ youtrackToken=
 
 # Gradle settings
 org.gradle.jvmargs='-Dfile.encoding=UTF-8'
+org.gradle.configuration-cache=true
+org.gradle.caching=true
 
 # Disable warning from gradle-intellij-plugin. Kotlin stdlib is included as compileOnly, so the warning is unnecessary
 kotlin.stdlib.default.dependency=false