Skip to content

Commit

Permalink
Disable configuration cache when running task "deploy"
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaljurand committed Jul 10, 2023
1 parent a105cad commit 695fe25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ if (project.hasProperty('storePassword') && project.hasProperty('keyPassword'))


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

def deploy_dir = System.getenv('APK_DEPLOY_DIR')

def version = android.defaultConfig.versionName

def name = 'K6nele'

def outputs = 'build/outputs/'
Expand Down

0 comments on commit 695fe25

Please sign in to comment.