Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for someTask (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. BUILDING.md

    When declaring tasks (in build scripts or custom plugins) this means that we want to _register_ a task like:
    
        tasks.register('someTask') { ... }
    
    instead of eagerly _creating_ the task:
    
        task someTask { ... }
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Sep 23 07:45:59 GMT 2021
    - 6.7K bytes
    - Click Count (0)
Back to Top