Skip to content

Commit e702eb8

Browse files
authored
Merge pull request #413 from apache/ARIES-2165-build-web-with-java-11-17-21
ARIES-2165: Update parent pom and build web on Java 11, 17 and 21
2 parents 93e58d5 + c0090cf commit e702eb8

File tree

10 files changed

+31
-696
lines changed

10 files changed

+31
-696
lines changed

.github/workflows/web.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
paths:
1818
- parent/**
1919
- testsupport/**
20+
- util/**
2021
- web/**
2122
- .github/workflows/web.yml
2223
push:
@@ -32,7 +33,7 @@ jobs:
3233
strategy:
3334
fail-fast: false
3435
matrix:
35-
java: [ 8 ]
36+
java: [ 8, 11, 17, 21 ]
3637
os: [ ubuntu-latest ]
3738
name: JDK${{ matrix.java }} ${{ matrix.os }}
3839
runs-on: ${{ matrix.os }}
@@ -50,6 +51,9 @@ jobs:
5051
- name: Build testsupport
5152
shell: bash
5253
run: mvn -U -e -B -ntp clean install -f testsupport
54+
- name: Build util
55+
shell: bash
56+
run: mvn -U -e -B -ntp clean install -f util
5357
- name: Build web
5458
shell: bash
5559
run: mvn -U -e -B -ntp clean install -f web

web/LICENSE

Lines changed: 0 additions & 203 deletions
This file was deleted.

web/NOTICE

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)