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 1dd0650 commit 5a3f1bbCopy full SHA for 5a3f1bb
plugins/src/main/java/com/google/firebase/gradle/plugins/CopyApiTask.kt
@@ -23,10 +23,8 @@ import org.gradle.api.tasks.OutputFile
23
import org.gradle.api.tasks.TaskAction
24
25
abstract class CopyApiTask : DefaultTask() {
26
- @get:InputFile
27
- abstract val apiTxtFile: RegularFileProperty
28
- @get:OutputFile
29
- abstract val output: RegularFileProperty
+ @get:InputFile abstract val apiTxtFile: RegularFileProperty
+ @get:OutputFile abstract val output: RegularFileProperty
30
31
@TaskAction
32
fun run() {
0 commit comments