Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 82 for freeJar (0.14 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/api/ResolvedFilesApiIntegrationTest.groovy

            then:
            succeeds "help"
        }
    
        private String freeAndPaidFlavoredJars(String prefix) {
            """
                task freeJar(type: Jar) { archiveFileName = '$prefix-free.jar' }
                task paidJar(type: Jar) { archiveFileName = '$prefix-paid.jar' }
                tasks.withType(Jar) { destinationDirectory = buildDir }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 17:10:15 UTC 2024
    - 32.9K bytes
    - Viewed (0)
  2. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/FreefairAspectJPluginSmokeTest.groovy

        @Requires(UnitTestPreconditions.Jdk16OrEarlier)
        @Issue('https://plugins.gradle.org/plugin/io.freefair.aspectj')
        def 'freefair aspectj plugin'() {
            given:
            buildFile << """
                plugins {
                    id "java-library"
                    id "io.freefair.aspectj" version "${TestedVersions.aspectj}"
                }
    
                ${mavenCentralRepository()}
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  3. pkg/controller/endpointslicemirroring/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - robscott
      - freehan
      - sig-network-approvers
    reviewers:
      - robscott
      - freehan
      - sig-network-reviewers
    labels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 10 02:31:26 UTC 2021
    - 199 bytes
    - Viewed (0)
  4. pkg/controller/endpointslice/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - bowei
      - freehan
      - MrHohn
      - thockin
      - robscott
      - sig-network-approvers
    reviewers:
      - robscott
      - freehan
      - bowei
      - sig-network-reviewers
    labels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 10 02:31:26 UTC 2021
    - 242 bytes
    - Viewed (0)
  5. cluster/addons/cluster-loadbalancing/OWNERS

    approvers:
      - bowei
      - mrhohn
      - freehan
    reviewers:
      - bowei
      - mrhohn
      - freehan
    emeritus_approvers:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 15 15:34:02 UTC 2021
    - 123 bytes
    - Viewed (0)
  6. cluster/addons/kube-proxy/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - bowei
      - freehan
      - mrhohn
    reviewers:
      - bowei
      - freehan
      - mrhohn
    emeritus_approvers:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 10 02:31:26 UTC 2021
    - 172 bytes
    - Viewed (0)
  7. pkg/controller/util/endpointslice/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - robscott
      - freehan
      - sig-network-approvers
    reviewers:
      - robscott
      - freehan
      - sig-network-reviewers
    labels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 10 02:31:26 UTC 2021
    - 199 bytes
    - Viewed (0)
  8. platforms/core-configuration/file-collections/src/main/java/org/gradle/api/internal/file/collections/LazilyInitializedFileCollection.java

     */
    public abstract class LazilyInitializedFileCollection extends CompositeFileCollection {
    
        // Used in a third-party plugin Freefair AspectJ:
        //https://github.com/freefair/gradle-plugins/blob/fe992e9e8a3ed812c941aae02a594c8094da053c/aspectj-plugin/src/main/java/io/freefair/gradle/plugins/aspectj/internal/AspectJRuntime.java#L49
        // TODO Remove once the third-party usage is considered obsolete.
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 07:32:51 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  9. pkg/controller/nodeipam/ipam/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - bowei
      - sig-network-approvers
    emeritus_approvers:
      - dnardo
    reviewers:
      - bowei
      - freehan
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 19 08:34:39 UTC 2022
    - 188 bytes
    - Viewed (0)
  10. pkg/util/procfs/example_proc_cgroup

    11:name=systemd:/user/1000.user/c1.session
    10:hugetlb:/user/1000.user/c1.session
    9:perf_event:/user/1000.user/c1.session
    8:blkio:/user/1000.user/c1.session
    7:freezer:/user/1000.user/c1.session
    6:devices:/user/1000.user/c1.session
    5:memory:/user/1000.user/c1.session
    4:cpuacct:/user/1000.user/c1.session
    3:cpu:/user/1000.user/c1.session
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 07 18:18:16 UTC 2015
    - 346 bytes
    - Viewed (0)
Back to top