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.
1 parent c1cf2ea commit a230b58Copy full SHA for a230b58
buildSrc/src/main/java/com/google/firebase/gradle/plugins/DackkaGenerationTask.kt
@@ -242,7 +242,7 @@ abstract class DackkaWorkAction @Inject constructor(private val execOperations:
242
Logger.log("Set main class")
243
args = parameters.args.get()
244
Logger.log("Set args")
245
- classpath(parameters.dackkaFile.get())
+ classpath(setOf(parameters.dackkaFile.get())) // no way it's actually this
246
Logger.log("Set classpath")
247
}
248
.rethrowFailure()
0 commit comments