Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getGeneratedStartScript (0.14 sec)

  1. platforms/jvm/plugins-application/src/integTest/groovy/org/gradle/api/plugins/ApplicationPluginIntegrationTest.groovy

            File startScript = getGeneratedStartScript(filename)
            assert startScript.exists()
            assert startScript.canRead()
            assert startScript.canExecute()
            startScript
        }
    
        private File assertGeneratedWindowsStartScript(String filename = 'sample.bat') {
            File startScript = getGeneratedStartScript(filename)
            assert startScript.exists()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun May 12 10:33:12 UTC 2024
    - 23.6K bytes
    - Viewed (0)
Back to top