Skip to content

Commit b7c2b76

Browse files
authored
Fix GCP Integration test (#2197)
1 parent fae2551 commit b7c2b76

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gcp-auth-extension/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ tasks.register<Copy>("copyAgent") {
103103
}
104104

105105
tasks.register<Test>("IntegrationTestUserCreds") {
106+
testClassesDirs = sourceSets.test.get().output.classesDirs
107+
classpath = sourceSets.test.get().runtimeClasspath
108+
106109
dependsOn(tasks.shadowJar)
107110
dependsOn(tasks.named("copyAgent"))
108111

0 commit comments

Comments
 (0)