Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for kgpVersion (0.28 sec)

  1. testing/performance/src/performanceTest/groovy/org/gradle/performance/regression/android/RealLifeAndroidBuildPerformanceTest.groovy

            private final def agpVersion
            private final def kgpVersion
    
            protected AgpAndKgpVersionMutator(InvocationSettings invocationSettings, String agpVersion, String kgpVersion) {
                super(new File(new File(invocationSettings.projectDir, "gradle"), "libs.versions.toml"))
                this.agpVersion = agpVersion
                this.kgpVersion = kgpVersion
            }
    
            @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 19:24:57 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  2. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AbstractAndroidSantaTrackerSmokeTest.groovy

            return runnerForLocation(projectDir, agpVersion, "assembleDebug").deprecations(SantaTrackerDeprecations) {
                expectFilteredFileCollectionDeprecationWarning()
            }.build()
        }
    
        protected SmokeTestGradleRunner.SmokeTestBuildResult buildCachedLocation(File projectDir, String agpVersion) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 19:24:56 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  3. integration-tests/gradle/build.gradle.kts

    val extraLegacyDependencies = setOf("google-collections-1.0.jar")
    
    buildscript {
      val agpVersion = if (gradle.gradleVersion.startsWith("5.")) "3.6.4" else "7.0.4"
      repositories {
        google()
        mavenCentral()
      }
      dependencies {
        classpath("com.android.tools.build:gradle:$agpVersion") {
          exclude(
            group = "org.jetbrains.trove4j"
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 03 20:33:34 UTC 2024
    - 7K bytes
    - Viewed (0)
  4. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AndroidSantaTrackerCachingSmokeTest.groovy

            and:
            def expectedResults = agpVersion.startsWith('7.3')
                ? AndroidPluginExpectations7.EXPECTED_RESULTS_7_3
                : agpVersion.startsWith('7.4')
                ? AndroidPluginExpectations7.EXPECTED_RESULTS_7_4
                : agpVersion.startsWith('8.0')
                ? AndroidPluginExpectations8.EXPECTED_RESULTS_8_0
                : agpVersion.startsWith('8.1') || agpVersion.startsWith('8.2')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 13:45:43 UTC 2024
    - 209.8K bytes
    - Viewed (0)
Back to top