We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9e204c + 1e83158 commit ffa75d9Copy full SHA for ffa75d9
1 file changed
gradle.properties
@@ -10,8 +10,10 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
10
# When configured, Gradle will run in incubating parallel mode.
11
# This option should only be used with decoupled projects. More details, visit
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
+org.gradle.parallel=true
+# configuration cache is disabled because it breaks publishing
15
+# https://github.com/gradle/gradle/issues/22779
16
+org.gradle.configuration-cache=false
17
org.gradle.caching=true
18
# AndroidX package structure to make it clearer which packages are bundled with the
19
# Android operating system, and which are packaged with your app"s APK
0 commit comments