Skip to content

Commit

Permalink
fix(autoconfigure) Fix default values in configuration property metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Vitale <[email protected]>
  • Loading branch information
ThomasVitale committed Jan 27, 2024
1 parent 9c84ddb commit 530a495
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions arconia-spring-boot-autoconfigure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}

tasks.named('compileJava') {
inputs.files(tasks.named('processResources'))
}

publishing {
publications {
mavenJava(MavenPublication) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"defaultValue": "X-TenantId"
},
{
"name": "arconia.multitenancy.resolution.http.resolutionMode",
"name": "arconia.multitenancy.resolution.http.resolution-mode",
"defaultValue": "header"
}
]
Expand Down

0 comments on commit 530a495

Please sign in to comment.