We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f96cc commit 0a38816Copy full SHA for 0a38816
.github/workflows/maven.yml
@@ -24,7 +24,7 @@ jobs:
24
SEGMENT_DOWNLOAD_TIMEOUT_MINS: '15'
25
strategy:
26
matrix:
27
- java: [ '17', '18', '19', '20']
+ java: ['20']
28
steps:
29
- uses: actions/checkout@v3
30
- name: Set up JDK 20
@@ -34,7 +34,7 @@ jobs:
34
distribution: 'adopt'
35
cache: maven
36
- name: Build with Maven
37
- run: mvn -B clean test --file pom.xml
+ run: mvn -B clean --file pom.xml
38
39
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
40
#- name: Update dependency graph
0 commit comments