Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for installFromDistContent (0.21 sec)

  1. platforms/software/plugins-distribution/src/integTest/groovy/org/gradle/api/plugins/DistributionPluginIntegrationTest.groovy

                    'TestProject-custom-1.2/dir/file2.txt',
                    'TestProject-custom-1.2/docs/file3.txt',
                    'TestProject-custom-1.2/docs/dir2/file4.txt')
        }
    
        def installFromDistContent() {
            given:
            createDir('src/custom/dist'){
                file 'file1.txt'
                dir {
                    file 'file2.txt'
                }
            }
            createDir("docs"){
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Oct 20 21:03:51 UTC 2023
    - 13.8K bytes
    - Viewed (0)
Back to top