Skip to content

Commit e817e76

Browse files
committed
Disable Gradle's config cache for now
Lex needs to be able to work on these since these are a part of MCMaven and toolchain.
1 parent 4fa3b71 commit e817e76

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

gradle.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
org.gradle.caching=true
22
org.gradle.parallel=true
3-
org.gradle.configuration-cache=true
43
org.gradle.configureondemand=true
4+
5+
# TODO Enable when Gradle fully supports
6+
#org.gradle.configuration-cache=true

0 commit comments

Comments
 (0)