Skip to content

Commit

Permalink
Merge branch 'google:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
twiceyuan authored Feb 1, 2024
2 parents 690c7bb + 5911028 commit 1c9d9b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ abstract class ApiPlugin : Plugin<Project> {

context(Project)
private fun ApiPluginExtension.commonConfiguration() {
val latestApiFile = project.file("api/${project.version}.api")
val latestApiFile = rootProject.file("api/${project.version}.api")

apiFile.convention(latestApiFile)
}
Expand Down

0 comments on commit 1c9d9b2

Please sign in to comment.