Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for extendBuildFileWithAppHomeProperty (0.47 sec)

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

        }
    
        @Requires([UnitTestPreconditions.UnixDerivative, PluginTestPreconditions.BashAvailable])
        def "can use APP_HOME in DEFAULT_JVM_OPTS with custom start script in Bash"() {
            given:
            extendBuildFileWithAppHomeProperty()
            succeeds('installDist')
    
            when:
            runViaUnixStartScript("bash")
    
            then:
            outputContains("App Home: ${file('build/install/sample').absolutePath}")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 23:38:57 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top