Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for spotlessJavaCheck (0.09 seconds)

  1. 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