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 2b61f94 commit b76500eCopy full SHA for b76500e
build.gradle
@@ -82,7 +82,7 @@ task updateDlsSubmodule(type: Exec) {
82
83
compileThrift {
84
dependsOn updateDlsSubmodule
85
- sourceItems "src/main/idls/thrift/cadence.thrift","src/main/idls/thrift/shared.thrift"
+ sourceItems "${projectDir}/src/main/idls/thrift/cadence.thrift","${projectDir}/src/main/idls/thrift/shared.thrift"
86
87
nowarn true
88
}
0 commit comments