Skip to content

Commit 8901462

Browse files
committed
Fix CODEOWNER file to unblock gradle upgrade autoapprove
1 parent 6c8a695 commit 8901462

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@
66
.github/workflows/*
77
gradle/**
88
**/build.gradle.kts
9-
**/settings.gradle.kts
9+
**/settings.gradle.kts
10+
gradle/**
11+
gradlew
12+
gradlew.bat

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Explore the API, there is much more to configure.
5656

5757
#### Config merging order
5858

59-
Application configuration sources are merged into a single config object
59+
Application configuration sources are merged into a single config object
6060
according to the following order:
6161

6262
- base config
@@ -97,7 +97,7 @@ Config config = new ConfigLoader()
9797
.loadConfig();
9898
// loads config with prod profile
9999
// Output: {application={port=80, name=best-app}}
100-
100+
101101
Config config = new ConfigLoader()
102102
.aArgs("--port", "7071")
103103
.loadConfig();

0 commit comments

Comments
 (0)