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 3268ca9 commit 54dcad0Copy full SHA for 54dcad0
buildSrc/src/main/kotlin/ai.smoke-test.gradle.kts
@@ -119,8 +119,8 @@ tasks {
119
doFirst {
120
121
val appFile = aiSmokeTest.testAppArtifactDir.file(aiSmokeTest.testAppArtifactFilename.get()).get()
122
- val javaagentFile = agent.elements.get().single().asFile
123
- val old3xJavaagentFile = old3xAgent.elements.get().single().asFile
+ val javaagentFile = agent.singleFile
+ val old3xJavaagentFile = old3xAgent.singleFile
124
125
// need to delay for project to configure the extension
126
systemProperty("ai.smoke-test.test-app-file", appFile)
0 commit comments