mirror of
https://github.com/apple/pkl.git
synced 2026-07-10 15:12:43 +02:00
Disable gradle cache for release builds (#1474)
This commit is contained in:
@@ -90,7 +90,13 @@ fixed job {
|
||||
"aarch64"
|
||||
}
|
||||
}
|
||||
catalog.`gradle/actions/setup-gradle@v5`
|
||||
(catalog.`gradle/actions/setup-gradle@v5`) {
|
||||
when (isRelease) {
|
||||
with {
|
||||
`cache-disabled` = true
|
||||
}
|
||||
}
|
||||
}
|
||||
...module.steps
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user