ReactiveCircus / app-versioning

A Gradle Plugin for lazily generating Android app's versionCode & versionName from Git tags.
Apache License 2.0
205 stars 3 forks source link

Fix configuration cache issue #30

Closed ychescale9 closed 1 year ago

ychescale9 commented 1 year ago

Fixes #24 Fixes #26

Configuration cache issue can be reproduced with the following steps:

  1. ./gradlew clean
  2. rm -rf .gradle/configuration-cache/
  3. ./gradlew assembleDebug

This will fail with something like:

../../build/outputs/app_versioning/debug/version_code.txt (No such file or directory)