src/main/kotlin/org/jetbrains/changelog/tasks/GetChangelogTask.kt [96:107]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @get:InputFile @get:Optional abstract val inputFile: RegularFileProperty /** * Output file to write the changelog content to. * * Default value: `null` */ @get:OutputFile @get:Optional abstract val outputFile: RegularFileProperty - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/kotlin/org/jetbrains/changelog/tasks/PatchChangelogTask.kt [72:83]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @get:InputFile @get:Optional abstract val inputFile: RegularFileProperty /** * Changelog output file. * * Default value: file resolved with [ChangelogPluginExtension.path] */ @get:OutputFile @get:Optional abstract val outputFile: RegularFileProperty - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -