Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for helloApi (0.09 sec)

  1. platforms/documentation/samples/src/integTest/groovy/org/gradle/integtests/samples/antmigration/SamplesAntImportIntegrationTest.groovy

            when:
            succeeds('javadocJar', 'unpackJavadocs')
    
            then: "The HTML Javadoc files are unpacked to the 'dist' directory"
            dslDir.file('build/dist/org/example/app/HelloApp.html').isFile()
    
            where:
            dsl << ['groovy', 'kotlin']
        }
    
        @UsesSample("antMigration/multiProject")
        @ToBeFixedForConfigurationCache
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 3.4K bytes
    - Viewed (0)
Back to top