summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJiayu Liu <jiayu.liu@airbnb.com>2022-04-19 04:18:58 +0200
committerJens Geyer <jensg@apache.org>2022-04-19 18:40:52 +0200
commit5d220eb3321aa571b316da942feb72c29c7386c1 (patch)
treef4abfee6e0c27518187c9e65de095d524429c07b /debian
parenta8fded497635f2a319ece3882b234f510d84cacd (diff)
downloadthrift-5d220eb3321aa571b316da942feb72c29c7386c1.tar.gz
THRIFT-5562: remove gradle wrapper and use installed gradle 6.9
Client: java Patch: Jiayu Liu This closes #2576
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index d0de50872..ba886faae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -73,7 +73,7 @@ build-indep-stamp: configure-stamp $(CURDIR)/compiler/cpp/thrift
# Java
cd $(CURDIR)/lib/java && \
- ./gradlew --no-daemon -Prelease=true jar
+ gradle --no-daemon -Prelease=true jar
# C#
$(MAKE) -C $(CURDIR)/lib/netstd