Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for installDist (0.13 sec)

  1. platforms/jvm/plugins-application/src/integTest/groovy/org/gradle/api/plugins/ApplicationPluginIntegrationTest.groovy

    }
    """
    
            when:
            run "installDist"
    
            then:
            file('build/install/sample/lib').allDescendants() == ['sample.jar', 'compile-1.0.jar'] as Set
        }
    
        def "executables can be placed at the root of the distribution"() {
            given:
            buildFile << """
    application.executableDir = ''
    """
            when:
            run "installDist"
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun May 12 10:33:12 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/server/genericapiserver.go

    		}
    		apiGroupVersion.TypeConverter = typeConverter
    		apiGroupVersion.MaxRequestBodyBytes = s.maxRequestBodyBytes
    
    		discoveryAPIResources, r, err := apiGroupVersion.InstallREST(s.Handler.GoRestfulContainer)
    
    		if err != nil {
    			return fmt.Errorf("unable to setup API %v: %v", apiGroupInfo, err)
    		}
    		resourceInfos = append(resourceInfos, r...)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 18:59:21 UTC 2024
    - 42.9K bytes
    - Viewed (0)
Back to top