Skip to content

Commit

Permalink
feat: gradle废弃方法调整
Browse files Browse the repository at this point in the history
  • Loading branch information
livk-cloud committed Nov 12, 2024
1 parent dd8a8e8 commit 94bae08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-extension-bom/spring-extension-bom.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
api(project(":spring-extension-commons"))
api(project(":spring-extension-context"))
api(project(":spring-boot-extension-autoconfigure"))
project(":spring-boot-extension-starters").dependencyProject.subprojects {
project.project(project(":spring-boot-extension-starters").path).subprojects {
api(this)
}
}
Expand Down

0 comments on commit 94bae08

Please sign in to comment.