Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for calculateManifest (0.22 sec)

  1. platforms/ide/tooling-api/buildship.gradle

                if (!success) {
                    throw new GradleException("Unable to create directory ${manifestFile.parentFile.absolutePath}")
                }
            }
            manifestFile.text = calculateManifest(projectVersion.get(), jarFile)
    
            // copy the jar to the project location
            fs.copy {
                from jarFile
                into projectDirectory
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 5.5K bytes
    - Viewed (0)
Back to top