Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for applicationDistribution (0.48 sec)

  1. platforms/jvm/plugins-application/src/integTest/groovy/org/gradle/integtests/ApplicationIntegrationSpec.groovy

            file("src/somewhere-else/dir").with {
                file("r1.txt") << "r1"
                file("r2.txt") << "r2"
            }
    
            and:
            buildFile << """
                application.applicationDistribution.from("src/somewhere-else") {
                    include "**/r2.*"
                }
            """
    
            then:
            succeeds "installDist"
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 22:15:44 UTC 2024
    - 15.5K bytes
    - Viewed (0)
Back to top