You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description
The current gradle upgrade only upgrades the gradle version but not the entire package. With gradle version upgrade entire package should be updated.
Suggestions for an improvement
Run command gradle wrapper which will update entire gradle package. While performing this there will be significant changes needed on build.gradle.
The text was updated successfully, but these errors were encountered:
Problem description
The current gradle upgrade only upgrades the gradle version but not the entire package. With gradle version upgrade entire package should be updated.
Problem location
https://github.com/pravega/schema-registry/tree/master/gradle
Suggestions for an improvement
Run command
gradle wrapper
which will update entire gradle package. While performing this there will be significant changes needed on build.gradle.The text was updated successfully, but these errors were encountered: