We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a4fe0 commit 4f9ff02Copy full SHA for 4f9ff02
1 file changed
LibrariesResolver/gradle/build.gradle.kts
@@ -86,7 +86,7 @@ buildConfig {
86
forClass("top.mrxiaom.gradle", "PluginBase") {
87
for (proj in project(":modules").subprojects) {
88
val dep = dependency(proj) ?: continue
89
- field(name(proj), "\"$dep\"")
+ field(name(proj), dep)
90
}
91
field("VERSION", project.version.toString())
92
0 commit comments