ci: add etag check to debugger properties download
This commit is contained in:
parent
d5359e5816
commit
9913ceb67e
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ sourceSets["main"].resources.srcDir(genOutputDir)
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
register<Download>("downloadProps") {
|
register<Download>("downloadProps") {
|
||||||
|
onlyIfModified(true)
|
||||||
|
useETag(true)
|
||||||
src("https://falsepattern.com/zigbrains/msvc.properties")
|
src("https://falsepattern.com/zigbrains/msvc.properties")
|
||||||
dest(genOutputDir.map { it.file("msvc.properties") })
|
dest(genOutputDir.map { it.file("msvc.properties") })
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue