Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
637b20e7
Commit
637b20e7
authored
3 years ago
by
Tobias Hildebrandt
Browse files
Options
Downloads
Patches
Plain Diff
build: use gradle wrapper instead of system gradle
Change-Id: I04b46ab76abf98fa47318769d541f83df1c5d660
parent
da9ba0e7
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
compile.sh
+2
-2
2 additions, 2 deletions
compile.sh
with
2 additions
and
2 deletions
compile.sh
+
2
−
2
View file @
637b20e7
...
@@ -52,8 +52,8 @@ if [[ $DAEMON_ONLY -eq 0 ]]; then
...
@@ -52,8 +52,8 @@ if [[ $DAEMON_ONLY -eq 0 ]]; then
echo
"Building with Firebase support"
echo
"Building with Firebase support"
fi
fi
if
[[
$RELEASE
-eq
1
]]
;
then
if
[[
$RELEASE
-eq
1
]]
;
then
cd
$TOP
&&
gradle
$GRADLE_PROPERTIES
assembleRelease
cd
$TOP
&&
./
gradle
w
$GRADLE_PROPERTIES
assembleRelease
else
else
cd
$TOP
&&
gradle
$GRADLE_PROPERTIES
assembleDebug
cd
$TOP
&&
./
gradle
w
$GRADLE_PROPERTIES
assembleDebug
fi
fi
fi
fi
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment