Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for spotlessJavaCheck (0.2 seconds)

  1. build-tools-internal/src/main/groovy/elasticsearch.formatting.gradle

     *
     * Any new sub-projects must not be added to the exclusions list!
     *
     * To perform a reformat, run:
     *
     *     ./gradlew spotlessApply
     *
     * To check the current format, run:
     *
     *     ./gradlew spotlessJavaCheck
     *
     * This is also carried out by the `precommit` task.
     *
     * For more about Spotless, see:
     *
     * https://github.com/diffplug/spotless/tree/master/plugin-gradle
     */
    
    // Do not add new sub-projects here!
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Sep 09 18:53:35 GMT 2021
    - 9.1K bytes
    - Click Count (0)
  2. CONTRIBUTING.md

    the [Spotless Gradle] plugin. All new projects are automatically formatted,
    while existing projects are gradually being opted-in. The formatting check
    can be run explicitly with:
    
        ./gradlew spotlessJavaCheck
    
    The code can be formatted with:
    
        ./gradlew spotlessApply
    
    These tasks can also be run for specific subprojects, e.g.
    
        ./gradlew server:spotlessJavaCheck
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Sep 01 07:32:01 GMT 2021
    - 36.5K bytes
    - Click Count (0)
Back to Top