Skip to content

Commit 695fe25

Browse files
committedJul 10, 2023
Disable configuration cache when running task "deploy"
1 parent a105cad commit 695fe25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@ if (project.hasProperty('storePassword') && project.hasProperty('keyPassword'))
9090

9191

9292
task deploy {
93+
// TODO: temporary fix for the issue with accessing the android-property from doLast
94+
notCompatibleWithConfigurationCache("https://docs.gradle.org/current/userguide/configuration_cache.html")
9395
doLast {
9496
description 'Copy the APK and the ProGuard mapping file to the deploy directory'
9597

9698
def deploy_dir = System.getenv('APK_DEPLOY_DIR')
97-
9899
def version = android.defaultConfig.versionName
99-
100100
def name = 'K6nele'
101101

102102
def outputs = 'build/outputs/'

0 commit comments

Comments
 (0)
Failed to load comments.