Skip to content

Commit

Permalink
Remove quiet flag
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 committed Dec 16, 2024
1 parent 53833da commit 81de7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gem/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ end

task :java_compile do
Dir.chdir(java_source) do
system('mvn package -Ddeploy.path=output -Dandroid.sdk.path=$ANDROID_HOME -Dandroid.ndk.path=$ANDROID_NDK_HOME -Dandroid.release=true -q -P deploy')
system('mvn package -Ddeploy.path=output -Dandroid.sdk.path=$ANDROID_HOME -Dandroid.ndk.path=$ANDROID_NDK_HOME -Dandroid.release=true -P deploy')
end
end

Expand Down

0 comments on commit 81de7c6

Please sign in to comment.