Skip to content

Commit

Permalink
Update cosv-backend/build.gradle.kts
Browse files Browse the repository at this point in the history
Co-authored-by: Nariman Abdullin <[email protected]>
  • Loading branch information
acies312 and nulls authored Mar 6, 2024
1 parent 7948635 commit f7a7bdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cosv-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ dependencies {

// needed for kubernetes configs and secrets to be added as additional configurations

implementation(libs.spring.cloud.starter.kubernetes.client.config)
implementation(libs.spring.cloud.starter.kubernetes.client.config) {
because("needed for kubernetes configs and secrets to be added as additional configurations")
}
}

0 comments on commit f7a7bdb

Please sign in to comment.