Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 348 Bytes

File metadata and controls

19 lines (11 loc) · 348 Bytes

Commands

  gradle build
  gradle build --scan   # Create code scan
  
  gradle tasks          # List build targets
  gradle tasks --all
  
  gradle cleanup

Using the wrapper

Generate the gradlew wrapper from inside your project directory

  gradle wrapper

Use the wrapper

  ./gradlew <gradle options>