commit | b08620641cf1eb6d480ed6558ffff98aa4ec3bd1 | [log] [tgz] |
---|---|---|
author | Mark Thomas <markt@apache.org> | Tue Jun 07 17:03:40 2022 +0100 |
committer | Mark Thomas <markt@apache.org> | Mon Jun 20 15:19:29 2022 +0100 |
tree | 2c4ad7154d0c5ff4b712d5ac4e22d2e97b70cab3 | |
parent | 6dd94de49e167dab731d98e56c24d1508032783c [diff] |
Suppress IDE warnings
This repository contains the source for:
Jakarta Expression Language API can be built by executing the following from the project root:
cd api mvn clean package
The API jar can then be found in /impl/target
.
Jakarta Expression Language specification can be built by executing the following from the project root:
cd spec mvn clean package
The API jar can then be found in /spec/target
.
To make changes, fork this repository, make your changes, and submit a pull request.
Jakarta Expression Language defines an expression language for Java applications.