Skip to content

Commit

Permalink
feat: 修改废弃的API
Browse files Browse the repository at this point in the history
  • Loading branch information
livk-cloud committed Jul 12, 2024
1 parent e9175f5 commit 34a1156
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ abstract class OptionalPlugin : Plugin<Project> {
configurations.getByName(sourceSet.compileClasspathConfigurationName).extendsFrom(optional)
configurations.getByName(sourceSet.runtimeClasspathConfigurationName).extendsFrom(optional)
if (sourceSet.name != OPTIONAL) {
configurations.getByName(OPTIONAL + JavaPlugin.API_CONFIGURATION_NAME.capitalized())
configurations.getByName(OPTIONAL + "Api")
.extendsFrom(optional)
}
}
Expand Down

0 comments on commit 34a1156

Please sign in to comment.