Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for canApplyJavaPluginWithAntBuild (0.2 sec)

  1. testing/integ-test/src/integTest/groovy/org/gradle/integtests/AntProjectIntegrationTest.groovy

        }
    
        @Test
        @ToBeFixedForConfigurationCache(because = "AntTarget task")
        void canApplyJavaPluginWithAntBuild() {
            testFile('build.xml') << """
    <project>
        <target name='clean'>
            <echo message='Executing Ant clean'/>
        </target>
        <target name='target2' depends='clean'/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8.6K bytes
    - Viewed (0)
Back to top