Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for configureMainModule (0.15 sec)

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

            assertGeneratedWindowsStartScript()
        }
    
        @Requires(UnitTestPreconditions.Jdk9OrLater)
        def "can generate start scripts with module path"() {
            given:
            configureMainModule()
    
            when:
            succeeds('startScripts')
    
            then:
            assertGeneratedUnixStartScript()
            assertGeneratedWindowsStartScript()
    
            when:
            succeeds('installDist')
    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