We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ca1ad commit 80f3e65Copy full SHA for 80f3e65
.github/workflows/build.yml
@@ -41,9 +41,29 @@ jobs:
41
matrix:
42
test-java-version:
43
- 8
44
+ - 8
45
46
47
48
+ - 11
49
- 11
50
51
52
53
+ - 17
54
55
- 17
56
57
58
+ - 21
59
60
61
- 21
62
63
+ - 23
64
65
66
67
- 23
68
fail-fast: false
69
steps:
@@ -70,6 +90,7 @@ jobs:
70
90
- name: Gradle test
71
91
run: >
72
92
./gradlew test
93
+ --no-build-cache
73
94
-PtestJavaVersion=${{ matrix.test-java-version }}
74
95
-Porg.gradle.java.installations.paths=${{ steps.setup-test-java.outputs.path }}
75
96
-Porg.gradle.java.installations.auto-download=false
0 commit comments