From 95b3bbf60728dc588b4f19dc26ef0acbcf1da3c7 Mon Sep 17 00:00:00 2001 From: Piv <18462828+Piv200@users.noreply.github.com> Date: Sat, 24 Apr 2021 22:32:11 +0930 Subject: [PATCH] Downgrade gradle version for ci build This is until the protobuf compile issue is fixed --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a9737bd..6c47b6b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ cache: - .gradle/ protoc_gen: - image: vato.ddns.net:8083/gradle + image: vato.ddns.net:8083/gradle:6.7.1 stage: protoc rules: - changes: