Giriş
Varsayılan liste şu başlıklara ayrılmış
1. Application Tasks
2. Build Tasks
3. Build Setup Tasks
4. Helps Tasks
5. Verification Tasks
1. Application Tasks
Liste şöyle
- run
Projeyi çalıştırmak için şöyle yaparız
./gradlew com.foo.bar:run
Projeyi çalıştırmak için şöyle yaparız
./gradlew run
2. Build Tasks
Test için şöyle yaparız
./gradlew clean test
3. Build Setup Tasks
4. Documentation Tasks
Liste şöyle
- javadoc
5. Helps Tasks
Liste şöyle
- components
- dependencies
- dependencyInsight
- dependencyComponents
- help
- model
- outgoingVariants
- projects
- properties
- tasks
6. Verification Tasks
Liste şöyle
- check
- test
Sadece testleri çalıştırmak için şöyle yaparız
./gradlew test
Hiç yorum yok:
Yorum Gönder