Skip to content

Commit

Permalink
fix: gradle directory creation (#305)
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 authored Aug 5, 2024
1 parent 522b82d commit c7b30f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/prepare_gradle_properties.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ rm -f private_key.txt
# Exports secrets.
gpg --pinentry-mode loopback --passphrase "${GPG_PASSPHRASE}" --export-secret-keys -o ~/.gnupg/secring.gpg

# Creates gradle directory if not exists.
mkdir -p ~/.gradle

# Sets up gradle properties file.
GRADLE_PROPERTIES_FILE="$1"
cat << EOF > ~/.gradle/gradle.properties
Expand Down

0 comments on commit c7b30f6

Please sign in to comment.