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
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
1517org.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
You can’t perform that action at this time.
0 commit comments