File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ they have to go through a review first.
2525Here's what you should do:
26261 . [ fork] ( https://help.github.com/articles/fork-a-repo/ ) this repository and clone it to your machine,
27272 . create a new branch for your change:
28- * use the latest * master * to branch from,
28+ * use the latest * main * to branch from,
29293 . implement the change in your branch:
3030 * if the change is non-trivial it's a good practice to split it into several logically independent units and deliver
3131 each one as a separate commit,
Original file line number Diff line number Diff line change 55/build /
66/gradlew
77/gradlew.bat
8- ! gradle /wrapper /gradle-wrapper.jar
8+ ! gradle /wrapper /gradle-wrapper.properties
99* .class
1010bin /main /application.yaml
1111
Original file line number Diff line number Diff line change 1+ distributionBase =GRADLE_USER_HOME
2+ distributionPath =wrapper/dists
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
4+ networkTimeout =10000
5+ validateDistributionUrl =true
6+ zipStoreBase =GRADLE_USER_HOME
7+ zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments