- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getDestinationFile (0.06 sec)
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleReleaseNotesPlugin.java
task.getOutputEncoding().convention(Charset.defaultCharset().name()); task.getMarkdownFile().convention(extension.getReleaseNotes().getMarkdownFile()); task.getDestinationFile().convention(extension.getStagingRoot().file("release-notes/raw.html")); }); TaskProvider<DecorateReleaseNotes> releaseNotesPostProcess = tasks.register("releaseNotes", DecorateReleaseNotes.class, task -> {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri May 16 18:26:52 UTC 2025 - 6.2K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/RenderMarkdown.java
@InputFile public abstract RegularFileProperty getMarkdownFile(); /** * The rendered HTML file */ @OutputFile public abstract RegularFileProperty getDestinationFile(); /** * Encoding of input file */ @Input public abstract Property<String> getInputEncoding(); /** * Encoding of output file */ @InputRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue May 27 09:07:14 UTC 2025 - 3.3K bytes - Viewed (0)