Skip to content

Commit f98cb66

Browse files
feat: moving to main branch; (#27)
1 parent 866d972 commit f98cb66

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ they have to go through a review first.
2525
Here's what you should do:
2626
1. [fork](https://help.github.com/articles/fork-a-repo/) this repository and clone it to your machine,
2727
2. create a new branch for your change:
28-
* use the latest *master* to branch from,
28+
* use the latest *main* to branch from,
2929
3. 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,

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ bin/*
55
/build/
66
/gradlew
77
/gradlew.bat
8-
!gradle/wrapper/gradle-wrapper.jar
8+
!gradle/wrapper/gradle-wrapper.properties
99
*.class
1010
bin/main/application.yaml
1111

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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

0 commit comments

Comments
 (0)