Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 8,903 for usedBy (0.23 sec)

  1. platforms/jvm/plugins-java-base/src/main/java/org/gradle/api/plugins/JavaPluginConvention.java

         *
         * @param value The value for the source compatibility
         */
        public abstract void setSourceCompatibility(JavaVersion value);
    
        /**
         * Returns the target compatibility used for compiling Java sources.
         */
        public abstract JavaVersion getTargetCompatibility();
    
        /**
         * Sets the target compatibility used for compiling Java sources.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 12:15:28 UTC 2023
    - 6.1K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/initialization/buildsrc/DisallowBuildSrcAsNameIntegTest.groovy

            """
            settingsFile << """
                include 'buildSrc'
            """
    
            when:
            fails "t"
    
            then:
            failure.assertHasDescription("'buildSrc' cannot be used as a project name as it is a reserved name")
        }
    
        def "fails when trying to use buildSrc as a project name"() {
            buildFile << """
                task t
            """
            settingsFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Jan 24 20:48:49 UTC 2021
    - 3K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/vendor_complex.txt

    -- complex/nest/sub/test12/p.go --
    package test12
    
    // Check that vendor/v1 is used but vendor/v2 is NOT used (sub/vendor/v2 wins).
    
    import (
    	"v1"
    	"v2"
    )
    
    const x = v1.ComplexNestVendorV1
    const y = v2.ComplexNestSubVendorV2
    
    -- complex/nest/sub/test23/p.go --
    package test23
    
    // Check that vendor/v3 is used but vendor/v2 is NOT used (sub/vendor/v2 wins).
    
    import (
    	"v2"
    	"v3"
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 18 14:52:30 UTC 2022
    - 1.2K bytes
    - Viewed (0)
  4. releasenotes/notes/42852.yaml

    # kind describes the type of change that this represents.
    # Valid Values are:
    # - bug-fix -- Used to specify that this change represents a bug fix.
    # - security-fix -- Used to specify that this change represents a vulnerability fix.
    # - feature -- Used to specify a new feature that has been added.
    # - test -- Used to describe additional testing added. This file is optional for
    #   tests, but included for completeness.
    kind: bug-fix
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jan 26 14:42:52 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  5. releasenotes/template.yaml

    # kind describes the type of change that this represents.
    # Valid Values are:
    # - bug-fix -- Used to specify that this change represents a bug fix.
    # - security-fix -- Used to specify that this change represents a vulnerability fix.
    # - feature -- Used to specify a new feature that has been added.
    # - test -- Used to describe additional testing added. This file is optional for
    #   tests, but included for completeness.
    kind:
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 14 00:22:23 UTC 2021
    - 1.3K bytes
    - Viewed (0)
  6. releasenotes/notes/fix-42598.yaml

    # kind describes the type of change that this represents.
    # Valid Values are:
    # - bug-fix -- Used to specify that this change represents a bug fix.
    # - security-fix -- Used to specify that this change represents a vulnerability fix.
    # - feature -- Used to specify a new feature that has been added.
    # - test -- Used to describe additional testing added. This file is optional for
    #   tests, but included for completeness.
    kind: bug-fix
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Dec 29 16:48:30 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  7. releasenotes/notes/43045.yaml

    # kind describes the type of change that this represents.
    # Valid Values are:
    # - bug-fix -- Used to specify that this change represents a bug fix.
    # - security-fix -- Used to specify that this change represents a vulnerability fix.
    # - feature -- Used to specify a new feature that has been added.
    # - test -- Used to describe additional testing added. This file is optional for
    #   tests, but included for completeness.
    kind: bug-fix
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 10 15:40:10 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  8. releasenotes/notes/50110.yaml

    # kind describes the type of change that this represents.
    # Valid Values are:
    # - bug-fix -- Used to specify that this change represents a bug fix.
    # - security-fix -- Used to specify that this change represents a vulnerability fix.
    # - feature -- Used to specify a new feature that has been added.
    # - test -- Used to describe additional testing added. This file is optional for
    #   tests, but included for completeness.
    kind: bug-fix
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 04:22:04 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  9. releasenotes/notes/42119.yaml

    # kind describes the type of change that this represents.
    # Valid Values are:
    # - bug-fix -- Used to specify that this change represents a bug fix.
    # - security-fix -- Used to specify that this change represents a vulnerability fix.
    # - feature -- Used to specify a new feature that has been added.
    # - test -- Used to describe additional testing added. This file is optional for
    #   tests, but included for completeness.
    kind: bug-fix
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Dec 08 22:23:04 UTC 2022
    - 1.2K bytes
    - Viewed (0)
  10. pkg/registry/core/service/strategy_test.go

    		},
    		{
    			name:       "mixed protocol enabled, field not used in old, used in new",
    			svc:        makeServiceWithConditions([]metav1.Condition{}),
    			oldSvc:     makeServiceWithConditions(nil),
    			compareSvc: makeServiceWithConditions([]metav1.Condition{}),
    		},
    		{
    			name:       "mixed protocol enabled, field used in old, not used in new",
    			svc:        makeServiceWithConditions(nil),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 32.4K bytes
    - Viewed (0)
Back to top