We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b8382 commit 151c290Copy full SHA for 151c290
.github/workflows/maven.yml
@@ -21,14 +21,14 @@ jobs:
21
22
steps:
23
- uses: actions/checkout@v3
24
- - name: Set up JDK 17
+ - name: Set up JDK 21
25
uses: actions/setup-java@v3
26
with:
27
- java-version: '17'
+ java-version: '21'
28
distribution: 'temurin'
29
cache: maven
30
- name: Build with Maven
31
- run: mvn -B package --file pom.xml
+ run: mvn -B package -DskipTests --file pom.xml
32
33
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
34
- name: Update dependency graph
0 commit comments