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 8573626 commit c57c263Copy full SHA for c57c263
.github/workflows/maven.yml
@@ -27,29 +27,3 @@ jobs:
27
cache: maven
28
- name: Build (Vaadin 14)
29
run: mvn -B package --file pom.xml
30
-
31
- build-vaadin23:
32
- runs-on: ubuntu-latest
33
- steps:
34
- - uses: actions/checkout@v3
35
- - name: Set up JDK
36
- uses: actions/setup-java@v3
37
- with:
38
- java-version: '11'
39
- distribution: 'temurin'
40
- cache: maven
41
- - name: Build (Vaadin 23)
42
- run: mvn -B package --file pom.xml -Pv23
43
44
- build-vaadin24:
45
46
47
48
49
50
51
- java-version: '17'
52
53
54
- - name: Build (Vaadin 24)
55
- run: mvn -B package --file pom.xml -Pv24
0 commit comments