Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 2,548 for bJar (0.06 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/build/KotlinDslTestProjectInitiation.groovy

            def settingsJar = withEmptyJar("classes_settings.jar")
            def rootJar = withEmptyJar("classes_root.jar")
            def aJar = withEmptyJar("classes_a.jar")
            def bJar = withEmptyJar("classes_b.jar")
            def precompiledJar = withEmptyJar("classes_b_precompiled.jar")
    
            def some = withFile("some.gradle.kts", getBuildScriptDependency(someJar))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  2. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/javadoc/JavadocWorkAvoidanceIntegrationTest.groovy

            '''
        }
    
        def "does not regenerate javadoc when the upstream jar is just rebuilt without changes"() {
            given:
            succeeds(":a:javadoc")
            def bJar = file("b/build/libs/b.jar")
            def oldHash = bJar.md5Hash
            when:
            // Timestamps in the jar have a 2-second precision, so we need to see a different jar before continuing
            ConcurrentTestUtil.poll(6) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 01 03:07:53 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  3. subprojects/core/src/integTest/groovy/org/gradle/api/internal/tasks/SnapshotTaskInputsOperationIntegrationTest.groovy

                    path == file("b/other").absolutePath
                    children.size() == 1
                    children[0].path == "Other.java"
                }
            }
    
            def bJar = snapshotResults(":b:jar").inputFileProperties
            with(bJar["rootSpec\$1"]) {
                hash != null
                roots.size() == 1
                with(roots[0]) {
                    path == file("b/build/classes/java/main").absolutePath
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ProjectDependencyResolveIntegrationTest.groovy

            file('b/build.gradle') << '''
                apply plugin: 'base'
                version = 'early'
                configurations { compile }
                task bJar(type: Jar) { }
                gradle.taskGraph.whenReady { project.version = 'transitive-late' }
                artifacts { compile bJar }
    '''
            file('build.gradle') << '''
                configurations {
                    compile
                    testCompile { extendsFrom compile }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  5. platforms/software/build-init/src/integTest/resources/org/gradle/buildinit/plugins/MavenConversionIntegrationTest/remoteparent/some-thing/src/main/java/Bar.java

    import org.apache.commons.lang.StringUtils;
    
    public class Bar {
        public String toString() {
            return StringUtils.normalizeSpace("hi  there!");
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:47:19 UTC 2023
    - 160 bytes
    - Viewed (0)
  6. test/fixedbugs/issue44732.dir/bar/bar.go

    // Copyright 2021 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package bar
    
    import "issue44732.dir/foo"
    
    type Bar struct {
    	Foo *foo.Foo
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 08 19:43:19 UTC 2021
    - 236 bytes
    - Viewed (0)
  7. cni/pkg/install/testdata/token-bar

    bar...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 07 15:25:40 UTC 2022
    - 3 bytes
    - Viewed (0)
  8. hack/testdata/CRD/bar.yaml

    kind: Bar
    apiVersion: company.com/v1
    metadata:
      name: test
      labels:
        pruneGroup: "true"
    someField: field1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Oct 01 15:43:24 UTC 2017
    - 130 bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/valid/http-routing/bar-httproute.yaml

    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    metadata:
      name: bar-route
    spec:
      parentRefs:
      - name: example-gateway
      hostnames:
      - "bar.example.com"
      rules:
      - matches:
        - headers:
          - type: Exact
            name: env
            value: canary
        backendRefs:
        - name: bar-svc-canary
          port: 8080
      - backendRefs:
        - name: bar-svc
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 432 bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/valid/simple-http-https/bar-route.yaml

    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    metadata:
      name: bar 
    spec:
      parentRefs:
      - name: example-gateway
        sectionName: https
      hostnames:
      - bar.example.com
      rules:
      - matches:
        - path:
            type: PathPrefix
            value: /
        backendRefs:
        - name: bar-app 
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 316 bytes
    - Viewed (0)
Back to top