Skip to content

Commit 5e66845

Browse files
Address comments
1 parent 3ed171e commit 5e66845

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ task updateDlsSubmodule(type: Exec) {
8888
compileThrift {
8989
dependsOn updateDlsSubmodule
9090
verbose true
91-
sourceItems "./src/main/idls/thrift/cadence.thrift","./src/main/idls/thrift/shared.thrift","./src/main/idls/thrift/shadower.thrift"
91+
sourceItems "${projectDir}/src/main/idls/thrift/cadence.thrift","${projectDir}/src/main/idls/thrift/shared.thrift","${projectDir}/src/main/idls/thrift/shadower.thrift"
9292
}
9393

9494
compileJava {

docker/buildkite/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Always use a release version or a specific commit hash below. Don't use
2+
# a branch name since we'd keep getting updates as long as there are new
3+
# commits to that branch and one of them can break the build
14
FROM adoptopenjdk/openjdk11@sha256:13475f4be7d6701a2ebd0516c4c929f2fa78ea773b4483bb580a36a04975e9f9
25

36
# Apache Thrift version

0 commit comments

Comments
 (0)