We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a4b0e commit 68b0213Copy full SHA for 68b0213
build.gradle
@@ -55,7 +55,7 @@ processResources {
55
println "--------------"
56
println System.getenv("DATABASE_USERNAME").length()
57
58
- filesMatching("**/application.yaml") {
+ filesMatching("application.yaml") {
59
expand(SPRING_PROFILES_ACTIVE: activeProfile)
60
}
61
0 commit comments