Skip to content

Commit

Permalink
Include Kotlinscript Gradle files (apache#216)
Browse files Browse the repository at this point in the history
Tested this with my own repo which uses a mix of `build.gradle` and `build.gradle.kts` files and this glob seems to be working correctly.

As an aside, please checkout apache#215 as it would make the process of verifying these globs easier!
  • Loading branch information
JeremyLoy committed Mar 18, 2020
1 parent 6c471ae commit af8651e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ We cache the elements of the Cabal store separately, as the entirety of `~/.caba
- uses: actions/cache@v1
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
restore-keys: |
${{ runner.os }}-gradle-
```
Expand Down

0 comments on commit af8651e

Please sign in to comment.