Files
Assam Boudjelthia 9969af72b5 Provisioning: add Qt Gradle Plugin to the Gradle cache project
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>
2026-07-02 19:40:22 +00:00
..

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 builds
  • com.android.library: used by Qt JAR builds
  • android.dynamic.feature: used by Feature Delivery tests
  • org.jetbrains.kotlin.android: used by some Qt modules
  • org.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.