diff options
-rwxr-xr-x | scripts/patch_gson.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/patch_gson.sh b/scripts/patch_gson.sh index 3825683..d3346ab 100755 --- a/scripts/patch_gson.sh +++ b/scripts/patch_gson.sh @@ -10,7 +10,8 @@ set -e # Download Gson jar cd modules -curl https://repo1.maven.org/maven2/com/google/code/gson/gson/2.8.5/gson-2.8.5.jar > gson.jar +curl --output gson.jar \ + https://repo1.maven.org/maven2/com/google/code/gson/gson/2.8.5/gson-2.8.5.jar # Unpack jar into modules/classes mkdir classes |