Skip to content

Commit

Permalink
ln
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 27, 2024
1 parent 97db848 commit 1c89edd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions installs/install-gradle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ else
unzip -qq gradle-${gradle_version}-bin.zip && \
rm gradle-${gradle_version}-bin.zip && \
mv gradle-${gradle_version} gradle
export GRADLE_LOCAL=/usr/local/gradle
export PATH=$PATH:/usr/local/gradle/bin
ln -s /usr/local/gradle/bin/gradle /usr/local/bin/gradle
echo "Gradle installed into /usr/local/gradle"
gradle --version
fi

0 comments on commit 1c89edd

Please sign in to comment.