Skip to content

Commit

Permalink
Upgrades to gradle 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed May 6, 2023
1 parent 83a0303 commit ee1574b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ upgrade-gradle:
source "$(HOME)/.sdkman/bin/sdkman-init.sh"; \
sdk update; \
gradleOnlineVersion=$(shell curl -s https://services.gradle.org/versions/current | jq .version | xargs -I {} echo {}); \
echo $$gradleOnlineVersion; \
if [[ -z "$$gradleOnlineVersion" ]]; then \
sdk install gradle $(GRADLE_VERSION); \
sdk use gradle $(GRADLE_VERSION); \
Expand Down

0 comments on commit ee1574b

Please sign in to comment.