Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 874 for installations (0.17 sec)

  1. platforms/native/language-native/src/main/java/org/gradle/language/nativeplatform/ComponentWithInstallation.java

     *
     * @since 4.5
     */
    public interface ComponentWithInstallation extends ComponentWithNativeRuntime {
        /**
         * Returns the runtime libraries required for the installation. Includes the runtime libraries of the component's dependencies.
         */
        FileCollection getRuntimeLibraries();
    
        /**
         * Returns the installation directory.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  2. releasenotes/notes/49960.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    issue:
    - 48126
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 18:26:24 UTC 2024
    - 214 bytes
    - Viewed (0)
  3. releasenotes/notes/helm-ambient.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Sep 16 14:32:51 UTC 2023
    - 174 bytes
    - Viewed (0)
  4. releasenotes/notes/deprecate-global-archconfig.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    issue:
      - 30027
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 15 17:01:59 UTC 2021
    - 193 bytes
    - Viewed (0)
  5. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/msvcpp/LegacyWindowsSdkLocator.java

            File sdkDir = FileUtils.canonicalize(candidate);
            if (!isWindowsSdk(sdkDir)) {
                return new ComponentNotFound<WindowsSdkInstall>(String.format("The specified installation directory '%s' does not appear to contain a Windows SDK installation.", candidate));
            }
    
            if (!foundSdks.containsKey(sdkDir)) {
                addSdk(sdkDir, VERSION_USER, NAME_USER);
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  6. releasenotes/notes/46880.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    issue:
    - 46859
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Sep 11 23:35:29 UTC 2023
    - 233 bytes
    - Viewed (0)
  7. releasenotes/notes/crd-webhook-v1.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    issue:
    - 18771
    - 18838
    releaseNotes:
     - |
      **Upgraded** the CRD and Webhook versions to `v1`.
    upgradeNotes:
     - title: Require Kubernetes 1.16+
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 11 21:20:58 UTC 2020
    - 271 bytes
    - Viewed (0)
  8. releasenotes/notes/telemetry-native.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    releaseNotes:
    - |
      **Improved** the default telemetry installation to configure `meshConfig.defaultProviders` instead of custom `EnvoyFilter`s
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 14 03:57:23 UTC 2023
    - 274 bytes
    - Viewed (0)
  9. src/packaging/common/scripts/postinst

            echo "### NOT starting on installation, please execute the following statements to configure fess service to start automatically using chkconfig"
            echo " sudo chkconfig --add fess"
            echo "### You can start fess service by executing"
            echo " sudo service fess start"
    
        elif command -v update-rc.d >/dev/null; then
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Dec 10 01:24:02 UTC 2015
    - 3.1K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/overview/quick_start.adoc

    [[quick_start]]
    = Gradle Quick Start
    
    == Installing Gradle
    
    Most projects will start with an existing Gradle build which does not require the installation of Gradle.
    However, if you are starting a project from scratch, and you need to install Gradle, check out the <<installation.adoc#installation,installation guide>>.
    
    == DPE University
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 18:58:37 UTC 2024
    - 2.8K bytes
    - Viewed (0)
Back to top