Skip to content

Commit b0110f9

Browse files
authored
Add gradle cache to speed up builds
1 parent 60445e0 commit b0110f9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99

1010
jobs:
1111
build-linux:
12-
1312
runs-on: ubuntu-latest
1413

1514
steps:
@@ -34,7 +33,6 @@ jobs:
3433
run: ./gradlew test -i --no-daemon
3534

3635
build-windows:
37-
3836
runs-on: windows-latest
3937

4038
steps:
@@ -59,7 +57,6 @@ jobs:
5957
run: ./gradlew test -i --no-daemon
6058

6159
build-macos:
62-
6360
runs-on: macos-latest
6461

6562
steps:
@@ -84,7 +81,6 @@ jobs:
8481
run: ./gradlew test -i --no-daemon
8582

8683
static-tests:
87-
8884
runs-on: ubuntu-latest
8985

9086
steps:

0 commit comments

Comments
 (0)