Skip to content

Commit b76500e

Browse files
authored
Added project directory to sourceItems path #491 (#495)
1 parent 2b61f94 commit b76500e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
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)