File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,10 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
10
10
# When configured, Gradle will run in incubating parallel mode.
11
11
# This option should only be used with decoupled projects. More details, visit
12
12
# 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
15
17
org.gradle.caching =true
16
18
# AndroidX package structure to make it clearer which packages are bundled with the
17
19
# Android operating system, and which are packaged with your app"s APK
You can’t perform that action at this time.
0 commit comments