summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/java.py
Commit message (Collapse)AuthorAgeFilesLines
* fix various flake8 whitespace errorsEli Schwartz2021-10-271-1/+1
|
* java module: fix FeatureNew versionEli Schwartz2021-08-231-1/+1
| | | | | | It should apply to the *next* stable release. Reported-by: Tristan Partin <tristan@partin.io>
* Add Java moduleTristan Partin2021-08-221-0/+76
The Java module will serve as a source for easing Java development within Meson. Currently it only supports generating native header files.