Skip to content

Commit 79cc37e

Browse files
committed
remove thrift ones
Signed-off-by: Shijie Sheng <[email protected]>
1 parent cc89cd8 commit 79cc37e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,6 @@ task updateDlsSubmodule(type: Exec) {
130130
commandLine 'git', 'submodule', 'update'
131131
}
132132

133-
compileThrift {
134-
dependsOn updateDlsSubmodule
135-
verbose true
136-
sourceItems "${projectDir}/src/main/idls/thrift/cadence.thrift","${projectDir}/src/main/idls/thrift/shared.thrift","${projectDir}/src/main/idls/thrift/shadower.thrift"
137-
}
138-
139133
sourceSets {
140134
main {
141135
proto {

0 commit comments

Comments
 (0)