commit | 349a379b9f3856f09e95a26de0dd37c716e45e81 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Sep 02 17:46:32 2025 +0000 |
committer | GitHub <noreply@github.com> | Tue Sep 02 17:46:32 2025 +0000 |
tree | 0afbb794e3722e081d197046210c56b1c2ea6496 | |
parent | 94c60a1bd70c40d59bd9af4bb8061b929adbb620 [diff] |
Bump org.jruby:jruby-complete from 9.4.13.0 to 9.4.14.0 Bumps org.jruby:jruby-complete from 9.4.13.0 to 9.4.14.0. --- updated-dependencies: - dependency-name: org.jruby:jruby-complete dependency-version: 9.4.14.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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.