From 2d1c111497f1c9ec2e1efa9f5e232fcb8ddca052 Mon Sep 17 00:00:00 2001 From: Daniel Kao Date: Fri, 11 Oct 2024 23:45:06 +0800 Subject: [PATCH] ci: make it build faster --- gradle.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gradle.properties b/gradle.properties index 67d999c1..d8a94f15 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,3 +18,6 @@ org.gradle.caching=true org.gradle.unsafe.configuration-cache=true org.gradle.unsafe.configuration-cache-problems=warn kotlin.build.report.output=file +org.gradle.configureondemand=true +kotlin.incremental=true +