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 14b3757 commit 0b81e36Copy full SHA for 0b81e36
.github/workflows/maven.yml
@@ -19,7 +19,7 @@ jobs:
19
build-vaadin23:
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:
@@ -32,12 +32,12 @@ jobs:
32
build-vaadin24:
33
34
35
36
37
38
39
java-version: '17'
40
distribution: 'temurin'
41
cache: maven
42
- name: Build (Vaadin 24)
43
- run: mvn -B package --file pom.xml -Pv24
+ run: mvn -B package --file pom.xml -Pv24
0 commit comments