mirror of
git://code.qt.io/qt/qt5.git
synced 2026-07-17 12:01:29 +08:00
Add Qt Gradle plugin to the provisioning Gradle cache to avoid potential fetching on each build in qtdeclarative tests. Pick-to: 6.12 6.11 6.8 Fixes: QTBUG-147567 Change-Id: I2ac5ef09b958e50d808a024479ee6d4ed111aff0 Reviewed-by: Toni Saario <toni.saario@qt.io>
Android Gradle Project for COIN
Minimal Android project used at provisioning time to pre-cache the Gradle
dependencies. This avoids network downloads during Qt builds and tests
which use --offline.
Caches dependencies for:
com.android.application: used by Qt test/example APK buildscom.android.library: used by Qt JAR buildsandroid.dynamic.feature: used by Feature Delivery testsorg.jetbrains.kotlin.android: used by some Qt modulesorg.qtproject.qt.gradleplugin: used by Qt for Android Studio projects- AndroidX: used by app builds
These files should be updated each time Qt bumps the supported Android or Gradle versions.