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
m-asadullah authored Jan 31, 2024
2 parents 8027ddc + 5911028 commit 4d59a24
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 4d59a24

Please sign in to comment.