We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e00643 commit c7acbcaCopy full SHA for c7acbca
README.md
@@ -3,6 +3,16 @@
3
[](https://travis-ci.com/SAP/cf-java-logging-support)
4
[](https://api.reuse.software/info/github.com/SAP/cf-java-logging-support)
5
6
+**Note: The default branch has been renamed from master to main.**
7
+Please execute on your local repository:
8
+
9
+```
10
+git branch -m master main
11
+git fetch origin
12
+git branch -u origin/main main
13
+git remote set-head origin -a
14
15
16
## Summary
17
18
This is a collection of support libraries for Java applications (Java 8 and above) that serves three main purposes:
0 commit comments