Skip to content

Commit 99fea7d

Browse files
committed
remove unnecessary line
1 parent d254027 commit 99fea7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

custom/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ tasks {
7878
tasks.withType<Test>().configureEach {
7979
val agentJarTask = project(":agent").tasks.named<Jar>("jar")
8080
dependsOn(agentJarTask)
81-
inputs.files(layout.files(agentJarTask))
8281
systemProperty("elastic.otel.agent.jar.path", agentJarTask.get().archiveFile.get().asFile.absolutePath)
8382

8483
val overrideConfig = project.properties["elastic.otel.overwrite.config.docs"]

0 commit comments

Comments
 (0)