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 77ce053 commit 1138a2bCopy full SHA for 1138a2b
build/export_generators/ide-gradle/builddir.jinja
@@ -11,16 +11,3 @@ val mainProtosDir = layout.buildDirectory.dir("main_protos")
11
val mainExtractedIncludeProtosDir = layout.buildDirectory.dir("extracted-include-protos/main")
12
{%- endif %}
13
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