Skip to content

Commit

Permalink
feat: Merge main branch features
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahoo-Wang committed Jul 6, 2024
1 parent f0590ad commit 5563a00
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,6 @@ configure(libraryProjects) {
}
}

// SpringBoot 3.2.0: fix Failed to extract parameter names for CosIdEndpoint
tasks.withType<JavaCompile> {
options.compilerArgs.addAll(listOf("-parameters"))
}

dependencies {
api(platform(dependenciesProject))
annotationProcessor(platform(dependenciesProject))
Expand Down

0 comments on commit 5563a00

Please sign in to comment.