Skip to content

Commit 7373f6c

Browse files
committed
GRadle version to wrapper
1 parent ddfffa2 commit 7373f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradleUpdatesOne.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [[ -n $latestGradle ]]; then
2828
mv "$f""01" "$f"
2929
fi
3030
if [ -d build ]; then rm -r build; fi
31-
gradle wrapper
31+
gradle wrapper --gradle-version "$GRADLE_VERSION"
3232
./gradlew build
3333
else
3434
echo "Unable to read latest Java LTS version!"

0 commit comments

Comments
 (0)