We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbba692 commit 3dcf53cCopy full SHA for 3dcf53c
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