mirror of
https://github.com/apache/struts.git
synced 2026-08-05 14:47:09 +00:00
WW-5576 Java 25 build (#1415)
* WW-5576 Upgrades commons-lang to version 3.20.0 which is Java 25 compatible * WW-5576 Defines a new build on Java 25 * WW-5576 Fixes generating TLD file when building on Java 25 * WW-5576 Moves version property to the root pom.xml
This commit is contained in:
@@ -41,6 +41,8 @@ jobs:
|
||||
profile: ''
|
||||
- java: '21'
|
||||
profile: '-Pjakartaee11'
|
||||
- java: '25'
|
||||
profile: ''
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v5
|
||||
|
||||
Reference in New Issue
Block a user