Skip to content

Commit ffa75d9

Browse files
Merge pull request #111 from snappdevelopment/disable-config-cache
Disable configuration cache
2 parents d9e204c + 1e83158 commit ffa75d9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

gradle.properties

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
1010
# When configured, Gradle will run in incubating parallel mode.
1111
# This option should only be used with decoupled projects. More details, visit
1212
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
13-
org.gradle.parallel=true
14-
org.gradle.configuration-cache=true
13+
org.gradle.parallel=true
14+
# configuration cache is disabled because it breaks publishing
15+
# https://github.com/gradle/gradle/issues/22779
16+
org.gradle.configuration-cache=false
1517
org.gradle.caching=true
1618
# AndroidX package structure to make it clearer which packages are bundled with the
1719
# Android operating system, and which are packaged with your app"s APK

0 commit comments

Comments
 (0)