diff options
Diffstat (limited to 'tunnel')
-rw-r--r-- | tunnel/build.gradle | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tunnel/build.gradle b/tunnel/build.gradle index ef95c4bd..a7501fe0 100644 --- a/tunnel/build.gradle +++ b/tunnel/build.gradle @@ -108,6 +108,10 @@ afterEvaluate({ project -> } preBuild.dependsOn copyProtoc + + // Extract duration.proto used by external library in libwg.proto + preDebugBuild.dependsOn extractIncludeDebugProto + preReleaseBuild.dependsOn extractIncludeReleaseProto }) apply from: "publish.gradle" |