We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5637ce commit bfb9678Copy full SHA for bfb9678
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
fail-fast: false
8
matrix:
9
- java: [1.8, 9, 11]
+ java: [1.8, 11]
10
name: Java ${{ matrix.java }}
11
steps:
12
- name: Checkout
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
0 commit comments