Skip to content

Commit

Permalink
Add gradle --warning-mode option for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
p8 committed Mar 23, 2022
1 parent 7be8f4a commit 637019c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/motion/project/gradle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def gradle_command
end

if ENV['MOTION_GRADLE_DEBUG']
"#{@gradle_path} --info"
"#{@gradle_path} --info --warning-mode all"
else
"#{@gradle_path}"
end
Expand Down

0 comments on commit 637019c

Please sign in to comment.