File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ val unzipConfigurationSchema by tasks.registering(Copy::class) {
7979 val pathParts = path.split(" /" )
8080 path = pathParts.subList(1 , pathParts.size).joinToString(" /" )
8181 })
82- into(layout.buildDirectory.file (" semantic-conventions-${semanticConventionsVersion} /" ))
82+ into(layout.buildDirectory.dir (" semantic-conventions-${semanticConventionsVersion} /" ))
8383}
8484
8585fun generateTask (taskName : String , incubating : Boolean ) {
@@ -102,7 +102,7 @@ fun generateTask(taskName: String, incubating: Boolean) {
102102 val gid = unix.getGid() // $(id -g $USERNAME)
103103 listOf (" -u" , " $uid :$gid " )
104104 }
105- val modelPath = layout.buildDirectory.file (" semantic-conventions-${semanticConventionsVersion} /model" ).get()
105+ val modelPath = layout.buildDirectory.dir (" semantic-conventions-${semanticConventionsVersion} /model" ).get()
106106 val weaver_args = listOf (
107107 " --rm" ,
108108 " --platform=linux/x86_64" ,
You can’t perform that action at this time.
0 commit comments