- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getReleaseNotesJavascriptFile (0.16 seconds)
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/DecorateReleaseNotes.java
/** * The release notes JavaScript to embed in the HTML */ @InputFile @PathSensitive(PathSensitivity.NONE) public abstract RegularFileProperty getReleaseNotesJavascriptFile(); /** * The release notes CSS to embed in the HTML */ @InputFile @PathSensitive(PathSensitivity.NONE) public abstract RegularFileProperty getReleaseNotesCssFile();Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 22 12:08:23 GMT 2026 - 3.8K bytes - Click Count (0) -
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()); ModuleIdentity moduleIdentity = project.getExtensions().getByType(GradleModuleExtension.class).getIdentity();
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 14:49:33 GMT 2026 - 6.6K bytes - Click Count (0)