Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 106 for buildEnvironment (0.35 sec)

  1. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/server/health/HealthExpirationStrategy.java

                String url = new DocumentationRegistry().getDocumentationRecommendationFor("information on how to set these values", "build_environment", "sec:configuring_jvm_memory");
    
                logger.warn(EXPIRE_DAEMON_MESSAGE + when + " " + reason + ".\n"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:38 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/userguide_single.adoc

    == OTHER TOPICS
    
    include::directory_layout.adoc[leveloffset=+2]
    include::working_with_files.adoc[leveloffset=+2]
    include::logging.adoc[leveloffset=+2]
    include::potential_traps.adoc[leveloffset=+2]
    include::build_environment.adoc[leveloffset=+2]
    include::init_scripts.adoc[leveloffset=+2]
    include::custom_gradle_types.adoc[leveloffset=+2]
    include::build_services.adoc[leveloffset=+2]
    include::dataflow_actions.adoc[leveloffset=+2]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 14 22:56:31 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/dep-man/06-publishing/publishing_maven.adoc

    include::sample[dir="snippets/maven-publish/javaProject/groovy",files="build.gradle[tags=repo-url-from-variable]"]
    ====
    
    Similarly, you can use a <<build_environment.adoc#build_environment, project or system property>> to decide which repository to publish to. The following example uses the release repository if the project property `release` is set, such as when a user runs `gradle -Prelease publish`:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 23 03:39:56 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  4. platforms/software/resources-http/src/main/java/org/gradle/internal/resource/transport/http/HttpClientHelper.java

                        "%s",
                    getConfidenceNote(sslException),
                    join(", ", supportedTlsVersions),
                    documentationRegistry.getDocumentationRecommendationFor("on this", "build_environment", "sec:gradle_system_properties")
                );
            }
            return new HttpRequestException(message, e);
        }
    
        @Nonnull
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 00:47:05 UTC 2024
    - 13K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/releases/migrating/migrating_from_maven.adoc

    * a `gradle.properties` file in the `$HOME/.gradle` directory
    
    Those aren't the only options, so if you are interested in finding out more about how and where you can define properties, check out the <<build_environment#build_environment,Build Environment>> chapter.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 40.6K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/authoring-builds/plugins/publishing_gradle_plugins.adoc

    image::plugin-portal-api-keys.png[]
    
    It is common practice to copy and paste the text into your <<build_environment.adoc#sec:gradle_configuration_properties,$HOME/.gradle/gradle.properties>> file, but you can also place it in any other valid location.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 18:40:53 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/reference/gradle_wrapper.adoc

    `gradlew`, `gradlew.bat`::
    A shell script and a Windows batch script for executing the build with the Wrapper.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 04 16:15:50 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/authoring-builds/logging.adoc

    == Choosing a log level
    
    You can choose different log levels from the command line switches shown in <<#logLevelCommandLineOptions, Log level command-line options>>.
    
    You can also configure the log level using <<build_environment.adoc#sec:gradle_configuration_properties,`gradle.properties`>>.
    
    In <<#stacktraces,Stacktrace command-line options>> you can find the command line switches which affect stacktrace logging.
    
    [[logLevelCommandLineOptions]]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 18:32:47 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/releases/migrating/migrating_from_ant.adoc

    This chapter has covered the major topics that are specific to migrating Ant builds to Gradle.
    All that remain are a few other areas that may be useful following a migration:
    
     * Learn how to configure Gradle's <<build_environment#build_environment,build environment>>, including the JVM settings used to run it
     * Learn how to <<organizing_gradle_projects#organizing_gradle_projects,structure your builds effectively>>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/build_cache.adoc

    If your server's certificate is not trusted, you can:
    
    1. Update the trust store of your Java runtime to allow it to be trusted
    2. Change the <<build_environment.adoc#build_environment,build environment>> to use an alternative trust store for the build runtime
    3. Disable the requirement for a trusted certificate
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 11:30:10 UTC 2024
    - 26.1K bytes
    - Viewed (0)
Back to top