Skip to content

Commit 1138a2b

Browse files
author
nogert
committed
Remove mkBuildDir.
commit_hash:27026fd09d104dee54fa35123ac4d8355f14acb4
1 parent 77ce053 commit 1138a2b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

build/export_generators/ide-gradle/builddir.jinja

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,3 @@ val mainProtosDir = layout.buildDirectory.dir("main_protos")
1111
val mainExtractedIncludeProtosDir = layout.buildDirectory.dir("extracted-include-protos/main")
1212
{%- endif %}
1313
{%- endif %}
14-
15-
var mkBuildDir = tasks.register("mkBuildDir") {
16-
doFirst {
17-
mkdir(layout.buildDirectory.asFile.get())
18-
}
19-
onlyIf {
20-
!layout.buildDirectory.asFile.get().exists()
21-
}
22-
}
23-
24-
tasks.withType<JavaExec>().configureEach {
25-
dependsOn(mkBuildDir)
26-
}

0 commit comments

Comments
 (0)