Skip to content

Commit 3dfe57e

Browse files
author
Chris Chestnut
committed
Never cache integration and prod tests; always run them so that we dont miss checking for the latest version of our dependencies
1 parent d822416 commit 3dfe57e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

firebase-appdistribution-gradle/firebase-appdistribution-gradle.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ tasks.withType(KotlinCompile).configureEach {
121121
compilerOptions.jvmTarget.set(JvmTarget.JVM_1_8)
122122
}
123123

124+
tasks.withType(Test).configureEach {
125+
outputs.upToDateWhen { false }
126+
}
127+
124128
// Write the gradleRunnerTestBuild runtime classpath to a file. This will be used by the Gradle
125129
// Runner test build during integration tests
126130
task createClasspathManifest {

0 commit comments

Comments
 (0)