Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for taskdef (0.13 sec)

  1. testing/distributions-integ-tests/src/integTest/groovy/org/gradle/SrcDistributionIntegrationSpec.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle
    
    import org.apache.tools.ant.taskdefs.Expand
    import org.gradle.api.logging.configuration.WarningMode
    import org.gradle.integtests.fixtures.ToBeFixedForConfigurationCache
    import org.gradle.internal.jvm.Jvm
    import org.gradle.test.fixtures.file.TestFile
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  2. samples/ambient-argo/documentation/argo-reference-arch.dot

            istiod18[label="Istio 1.18.5 Control"]
            istiod19[label="Istio 1.19.3 Control"]
            ztunnelds[label="ztunnel"]
            cnids[label="cni"]
            extrads[label="prometheus, etc"]
            tagdef[label="tag default->1.18.5"]
            tagrap[label="tag rapid->1.19.3"]
            tagsta[label="tag stable->1.18.5"]
        }
    
        subgraph cluster_app {
            rankdir=TB
            node [style=filled];
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  3. platforms/jvm/plugins-application/src/main/java/org/gradle/api/internal/plugins/StartScriptGenerator.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.api.internal.plugins;
    
    import org.apache.tools.ant.taskdefs.Chmod;
    import org.gradle.api.Action;
    import org.gradle.api.UncheckedIOException;
    import org.gradle.internal.IoActions;
    import org.gradle.internal.os.OperatingSystem;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 23:38:57 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  4. subprojects/core/src/testFixtures/groovy/org/gradle/api/tasks/AntBuilderAwareUtil.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.api.tasks
    
    import org.apache.tools.ant.taskdefs.MatchingTask
    import org.apache.tools.ant.types.FileSet
    import org.apache.tools.ant.types.Path
    import org.apache.tools.ant.types.Resource
    import org.apache.tools.ant.types.ResourceCollection
    import org.gradle.api.AntBuilder
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Oct 28 15:32:09 UTC 2022
    - 5K bytes
    - Viewed (0)
Back to top