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 1f9c98a commit 02778b4Copy full SHA for 02778b4
messaging/messaging_java/build.gradle
@@ -81,14 +81,15 @@ afterEvaluate {
81
'https://github.com/google/flatbuffers.git',
82
flatbuffersDir
83
}
84
- exec {
85
- executable 'git'
86
- args 'apply',
87
- '../../scripts/git/patches/flatbuffers/0001-remove-unused-var.patch',
88
- '--verbose',
89
- '--directory',
90
- 'messaging/messaging_java/build/flatbuffers'
91
- }
+ // TODO(jsimantov): Temporarily remove to diagnose Windows build issue.
+ // exec {
+ // executable 'git'
+ // args 'apply',
+ // '../../scripts/git/patches/flatbuffers/0001-remove-unused-var.patch',
+ // '--verbose',
+ // '--directory',
+ // 'messaging/messaging_java/build/flatbuffers'
92
+ // }
93
94
95
// Locate or build flatc.
0 commit comments