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 a758207 commit b8c96a8Copy full SHA for b8c96a8
.github/workflows/maven.yml
@@ -19,12 +19,12 @@ jobs:
19
build-vaadin24:
20
runs-on: ubuntu-latest
21
steps:
22
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
23
- name: Set up JDK
24
uses: actions/setup-java@v3
25
with:
26
java-version: '17'
27
distribution: 'temurin'
28
cache: maven
29
- name: Build (Vaadin 24)
30
- run: mvn -B package --file pom.xml
+ run: mvn -B package --file pom.xml
0 commit comments