We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae2551 commit b7c2b76Copy full SHA for b7c2b76
gcp-auth-extension/build.gradle.kts
@@ -103,6 +103,9 @@ tasks.register<Copy>("copyAgent") {
103
}
104
105
tasks.register<Test>("IntegrationTestUserCreds") {
106
+ testClassesDirs = sourceSets.test.get().output.classesDirs
107
+ classpath = sourceSets.test.get().runtimeClasspath
108
+
109
dependsOn(tasks.shadowJar)
110
dependsOn(tasks.named("copyAgent"))
111
0 commit comments