CliffracerMerchant / SoundAura

Apache License 2.0
51 stars 4 forks source link

F-Droid can't build #40

Closed licaon-kter closed 1 year ago

licaon-kter commented 1 year ago
> Task :app:assembleRelease

FAILURE: Build failed with an exception.

* What went wrong:
Configuration cache problems found in this build.

4 problems were found storing the configuration cache, 2 of which seem unique.
- Task `:app:buildKotlinToolingMetadata` of type `org.jetbrains.kotlin.gradle.tooling.BuildKotlinToolingMetadataTask$FromKotlinExtension`: invocation of 'Task.project' at execution time is unsupported.
  See https://docs.gradle.org/7.4/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution
- Task `:app:collectDependencies` of type `com.mikepenz.aboutlibraries.plugin.AboutLibrariesCollectorTask`: invocation of 'Task.project' at execution time is unsupported.
  See https://docs.gradle.org/7.4/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution

See the complete report at file:///home/vagrant/build/com.cliffracertech.soundaura/build/reports/configuration-cache/cd5i9ei2v02kw3qqp2uwsq0d1/7cdob8p9t9g6koghep7ungayk/configuration-cache-report.html
> Invocation of 'Task.project' by task ':app:buildKotlinToolingMetadata' at execution time is unsupported.
> Invocation of 'Task.project' by task ':app:collectDependencies' at execution time is unsupported.

Ref: https://gitlab.com/fdroid/fdroiddata/-/jobs/3642651400#L517

/LE: https://gitlab.com/fdroid/fdroiddata/-/commit/80204172449ead0f06cf74c9a89928362ac1501a

CliffracerMerchant commented 1 year ago

I think this should have been fixed by commit 10f1037. Because the commit didn't change anything that should affect the output APK, I deleted the version tag associated with the new release and recreated it after commit 10f1037.