Skip to content
Closed
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
Copy link
Contributor

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