From d17c177f509ee9c61768253da7afc7388588f17c Mon Sep 17 00:00:00 2001 From: Ivan Schuetz Date: Thu, 25 Jun 2020 10:07:42 +0200 Subject: [PATCH] Try with before_install --- jitpack.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/jitpack.yml b/jitpack.yml index 9e6b966..6327d6c 100644 --- a/jitpack.yml +++ b/jitpack.yml @@ -1,5 +1,3 @@ -install: - - echo "Custom JitPack install command: cd into Android project" +before_install: - cd ./android/core - - ./gradlew install