Typed Tasks:
Built-In tasks,and their types
https://docs.gradle.rg/current/dsl/ --- full DSL reference
task copyImages(type: Copy){
exclude 'IMG_0052.JPG','IMG_0054.JPG'
from 'src'
into 'dest'
}
Built-In tasks,and their types
https://docs.gradle.rg/current/dsl/ --- full DSL reference
task copyImages(type: Copy){
exclude 'IMG_0052.JPG','IMG_0054.JPG'
from 'src'
into 'dest'
}
No comments:
Post a Comment