Skip to content

Commit

Permalink
Merge pull request #413 from apache/ARIES-2165-build-web-with-java-11…
Browse files Browse the repository at this point in the history
…-17-21

ARIES-2165: Update parent pom and build web on Java 11, 17 and 21
  • Loading branch information
alien11689 authored Feb 14, 2025
2 parents 93e58d5 + c0090cf commit e702eb8
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 696 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
paths:
- parent/**
- testsupport/**
- util/**
- web/**
- .github/workflows/web.yml
push:
Expand All @@ -32,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ 8 ]
java: [ 8, 11, 17, 21 ]
os: [ ubuntu-latest ]
name: JDK${{ matrix.java }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand All @@ -50,6 +51,9 @@ jobs:
- name: Build testsupport
shell: bash
run: mvn -U -e -B -ntp clean install -f testsupport
- name: Build util
shell: bash
run: mvn -U -e -B -ntp clean install -f util
- name: Build web
shell: bash
run: mvn -U -e -B -ntp clean install -f web
203 changes: 0 additions & 203 deletions web/LICENSE

This file was deleted.

8 changes: 0 additions & 8 deletions web/NOTICE

This file was deleted.

Loading

0 comments on commit e702eb8

Please sign in to comment.