Skip to content

Commit 3dcf53c

Browse files
daric93vancexu
authored andcommitted
Added project directory to sourceItems path #491 (#495)
1 parent fbba692 commit 3dcf53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ task updateDlsSubmodule(type: Exec) {
8282

8383
compileThrift {
8484
dependsOn updateDlsSubmodule
85-
sourceItems "src/main/idls/thrift/cadence.thrift","src/main/idls/thrift/shared.thrift"
85+
sourceItems "${projectDir}/src/main/idls/thrift/cadence.thrift","${projectDir}/src/main/idls/thrift/shared.thrift"
8686

8787
nowarn true
8888
}

0 commit comments

Comments
 (0)