Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 775 for Knative (0.17 sec)

  1. platforms/native/distributions-native/build.gradle.kts

            because("configuring publishing is part of the 'language native' support")
        }
    
        pluginsRuntimeOnly(project(":language-native"))
        pluginsRuntimeOnly(project(":tooling-native"))
        pluginsRuntimeOnly(project(":ide-native"))
        pluginsRuntimeOnly(project(":testing-native"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 825 bytes
    - Viewed (0)
  2. native-image-tests/README.md

    Native Image Tests
    ==================
    
    This executes OkHttp's test suite inside a Graalvm image.
    
    Build the Native Image
    ----------------------
    
    Compile the classes and metadata into a Graalvm native image.
    
    ```
    ./gradlew --info native-image-tests:nativeImage
    ```
    
    Execute
    -------
    
    The native image runs JUnit 5 tests in the project.
    
    ```
    ./native-image-tests/build/graal/ConsoleLauncher
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Oct 31 12:12:20 UTC 2020
    - 393 bytes
    - Viewed (0)
  3. platforms/ide/ide-native/build.gradle.kts

        api(project(":ide"))
        api(project(":stdlib-java-extensions"))
        api(project(":language-native"))
        api(project(":platform-base"))
        api(project(":platform-native"))
        api(project(":service-provider"))
    
        implementation(project(":model-core"))
        implementation(project(":testing-native"))
        implementation(project(":logging-api"))
        implementation(libs.commonsLang)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2K bytes
    - Viewed (0)
  4. platforms/native/testing-native/build.gradle.kts

        api(project(":language-native"))
        api(project(":model-core"))
        api(project(":native"))
        api(project(":platform-base"))
        api(project(":platform-native"))
        api(project(":process-services"))
        api(project(":test-suites-base"))
        api(project(":testing-base"))
        api(project(":testing-base-infrastructure"))
        api(project(":time"))
    
        api(libs.inject)
        api(libs.jsr305)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  5. platforms/native/tooling-native/build.gradle.kts

        implementation(project(":file-collections"))
        implementation(project(":language-native"))
        implementation(project(":platform-native"))
        implementation(project(":testing-native"))
    
        implementation(libs.guava)
    
        testImplementation(testFixtures(project(":platform-native")))
    
        crossVersionTestDistributionRuntimeOnly(project(":distributions-native"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 10:40:41 UTC 2024
    - 894 bytes
    - Viewed (0)
  6. pkg/kube/inject/testdata/inject/proxy-override-args-native.yaml.injected

    John Howard <******@****.***> 1709052916 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  7. build-logic/performance-testing/src/main/groovy/gradlebuild.performance-templates.gradle

        ]
        subProjectTemplates = ['native-source', 'native-component', 'gradle-properties']
        daemonMemory = '256m'
    }
    
    performanceTest.registerTestProject("bigNative", NativeProjectGeneratorTask) {
        projects = 1
        sourceFiles = 500
        templateArgs = [
            moduleCount: 1,
            functionCount: 50
        ]
        subProjectTemplates = ['native-source', 'native-component', 'gradle-properties']
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 15:43:39 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  8. docs/orchestration/README.md

    ## Why is MinIO cloud-native?
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  9. .github/ISSUE_TEMPLATE/20_contributor_feature_request.yml

            Please open IntelliJ-related issues on [the JetBrains Issue Tracker](https://youtrack.jetbrains.com/newIssue?project=IDEA)
            Please open Gradle Native-related issues on [the Gradle Native repository](https://github.com/gradle/gradle-native/issues)
    
            Provide a brief summary of the issue in the title above
      - type: textarea
        id: expected-behavior
        attributes:
          label: Expected Behavior
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 06 11:10:39 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  10. .teamcity/subprojects.json

        "path": "platforms/jvm/distributions-jvm",
        "unitTests": false,
        "functionalTests": false,
        "crossVersionTests": false
      },
      {
        "name": "distributions-native",
        "path": "platforms/native/distributions-native",
        "unitTests": false,
        "functionalTests": false,
        "crossVersionTests": false
      },
      {
        "name": "distributions-publishing",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 31.7K bytes
    - Viewed (0)
Back to top