Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1385 from theosotr/fix
Browse files Browse the repository at this point in the history
Fix and enhance build script
  • Loading branch information
apanicker-nflx committed Nov 19, 2019
2 parents 7a8e733 + 9b349f0 commit f0f2e5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ task protogen(dependsOn: jar, type: ProtoGenTask) {

sourceJar = jar.archivePath
sourcePackage = "com.netflix.conductor.common"
outputs.dir protosDir
outputs.dir mapperDir
}
1 change: 1 addition & 0 deletions grpc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ protobuf {
}
}
generateProtoTasks {
processResources.dependsOn extractProto
all()*.plugins {
grpc {}
}
Expand Down

0 comments on commit f0f2e5f

Please sign in to comment.