- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getReleaseNotesCssFile (0.35 sec)
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleReleaseNotesPlugin.java
task.getBaseCssFile().convention(extension.getReleaseNotes().getBaseCssFile()); task.getReleaseNotesCssFile().convention(extension.getReleaseNotes().getReleaseNotesCssFile()); task.getReleaseNotesJavascriptFile().convention(extension.getReleaseNotes().getReleaseNotesJsFile()); task.getJquery().from(extension.getReleaseNotes().getJquery());
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Jul 26 08:15:16 UTC 2024 - 5.4K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/DecorateReleaseNotes.java
/** * The release notes CSS to embed in the HTML */ @InputFile @PathSensitive(PathSensitivity.NONE) public abstract RegularFileProperty getReleaseNotesCssFile(); /** * The base docs CSS to embed in the HTML */ @InputFile @PathSensitive(PathSensitivity.NONE) public abstract RegularFileProperty getBaseCssFile(); /**
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Sep 28 06:35:15 UTC 2021 - 4.1K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/ReleaseNotes.java
*/ public abstract RegularFileProperty getBaseCssFile(); /** * The release notes specific CSS file */ public abstract RegularFileProperty getReleaseNotesCssFile(); /** * The Javascript embedded in the release notes */ public abstract RegularFileProperty getReleaseNotesJsFile(); /** * The Jquery file to include in the release notes.
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 1.6K bytes - Viewed (0)