Skip to content

Commit 4f9ff02

Browse files
committed
Update build.gradle.kts
1 parent d6a4fe0 commit 4f9ff02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LibrariesResolver/gradle/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ buildConfig {
8686
forClass("top.mrxiaom.gradle", "PluginBase") {
8787
for (proj in project(":modules").subprojects) {
8888
val dep = dependency(proj) ?: continue
89-
field(name(proj), "\"$dep\"")
89+
field(name(proj), dep)
9090
}
9191
field("VERSION", project.version.toString())
9292
}

0 commit comments

Comments
 (0)