Skip to content

Update gradle-wrapper.properties #1553

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Reply/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=file:///C:/Users/USER/OneDrive/Desktop/gradle-8.11.1-bin.zip

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Using a local file path for the Gradle distribution URL makes the build dependent on a specific environment and is not recommended for team projects. It's better to use a standard, publicly available Gradle distribution URL to ensure reproducibility across different environments.

Consider reverting this change to use a URL like https://services.gradle.org/distributions/gradle-8.11.1-bin.zip or similar.

distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip

zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists