Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getBaseVersion (0.07 seconds)

  1. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleReleaseNotesPlugin.java

                replacementTokens.put("version", moduleIdentity.getVersion().map(GradleVersion::getVersion));
                replacementTokens.put("baseVersion", moduleIdentity.getVersion().map(v -> v.getBaseVersion().getVersion()));
    
                task.getDestinationFile().convention(extension.getStagingRoot().file("release-notes/release-notes.html"));
            });
    
    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)
Back to Top