mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-12-17 17:02:20 +08:00
Add some TODOs to the code for future reference
This commit is contained in:
@@ -2,6 +2,7 @@ import path from 'path'
|
||||
import fs from 'fs'
|
||||
import {AbstractCache} from './cache-utils'
|
||||
|
||||
// TODO: Maybe allow the user to override / tweak this set
|
||||
const PATHS_TO_CACHE = [
|
||||
'configuration-cache' // Only configuration-cache is stored at present
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user