diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-06-09 10:49:53 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-09 10:49:53 +0530 |
commit | f968b21bf665975e17ad9b03bcff652000e96ec4 (patch) | |
tree | 210eda89bb01e32196ac740ced49c89102b7e34c /.github/workflows/draft_new_release.yml | |
parent | 4c666cfaa2ae2981c580044477788458d3cb29ce (diff) |
chore(deps): update dependency org.jetbrains.kotlin:kotlin-test-junit to v1.7.0 (#1941)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '.github/workflows/draft_new_release.yml')
-rw-r--r-- | .github/workflows/draft_new_release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/draft_new_release.yml b/.github/workflows/draft_new_release.yml index 3dc6f271..676dbab8 100644 --- a/.github/workflows/draft_new_release.yml +++ b/.github/workflows/draft_new_release.yml @@ -69,9 +69,9 @@ jobs: # that the version number is already correct, and we only need to drop the # -SNAPSHOT suffix. if [[ "${CHECKOUT_REF}" == "develop" ]]; then - ./gradlew --no-daemon clearPreRelease + ./gradlew --no-configuration-cache --no-daemon clearPreRelease else - ./gradlew --no-daemon bumpPatch + ./gradlew --no-configuration-cache --no-daemon bumpPatch fi # Commit changes to the versioning |