Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getVersionInfoFile (0.3 sec)

  1. platforms/documentation/docs/src/snippets/buildCache/normalization/groovy/build.gradle

    abstract class CurrentVersionInfo extends DefaultTask {
        @Input
        abstract Property<String> getVersion()
    
        @OutputFile
        abstract RegularFileProperty getVersionInfoFile()
    
        @TaskAction
        void writeVersionInfo() {
            def properties = new Properties()
            properties.setProperty('latestMilestone', version.get())
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1K bytes
    - Viewed (0)
Back to top