We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 690c7bb + 5911028 commit 1c9d9b2Copy full SHA for 1c9d9b2
plugins/src/main/java/com/google/gradle/plugins/ApiPlugin.kt
@@ -69,7 +69,7 @@ abstract class ApiPlugin : Plugin<Project> {
69
70
context(Project)
71
private fun ApiPluginExtension.commonConfiguration() {
72
- val latestApiFile = project.file("api/${project.version}.api")
+ val latestApiFile = rootProject.file("api/${project.version}.api")
73
74
apiFile.convention(latestApiFile)
75
}
0 commit comments