File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
build-logic/convention/src/main/kotlin Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ import org.gradle.api.internal.provider.Providers
17
17
import org.gradle.kotlin.dsl.configure
18
18
import org.gradle.kotlin.dsl.withType
19
19
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
20
- import java.io.File
21
20
22
21
/* *
23
22
* The prototype of an Android Application
@@ -143,7 +142,7 @@ class AndroidAppConventionPlugin : AndroidBaseConventionPlugin() {
143
142
144
143
target.configure<AboutLibrariesExtension > {
145
144
collect {
146
- configPath.set(File (" licenses" ).takeIf { it.exists() })
145
+ configPath.set(target.file (" licenses" ).takeIf { it.exists() })
147
146
fetchRemoteLicense.set(false )
148
147
fetchRemoteFunding.set(false )
149
148
includePlatform.set(false )
You can’t perform that action at this time.
0 commit comments