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 7055a5d commit 2b2947eCopy full SHA for 2b2947e
.github/workflows/maven.yml
@@ -18,7 +18,7 @@ jobs:
18
build-vaadin23:
19
runs-on: ubuntu-latest
20
steps:
21
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
22
- name: Set up JDK
23
uses: actions/setup-java@v3
24
with:
@@ -31,12 +31,12 @@ jobs:
31
build-vaadin24:
32
33
34
35
36
37
38
java-version: '17'
39
distribution: 'temurin'
40
cache: maven
41
- name: Build (Vaadin 24)
42
- run: mvn -B package --file pom.xml -Pv24
+ run: mvn -B package --file pom.xml -Pv24
0 commit comments