diff options
| author | Tristan Partin <tristan@partin.io> | 2022-03-01 12:05:28 -0600 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2022-03-22 13:21:26 +0200 |
| commit | 39f1d52e4a82cc75a4a3a41c3cc17fe2dabdb30b (patch) | |
| tree | ec8855a6f7ea0c937736f366258ae8ca2629ea9d /docs/yaml/functions | |
| parent | a559dbe70d113ebaa9bab406e371e54251d66e71 (diff) | |
| download | meson-39f1d52e4a82cc75a4a3a41c3cc17fe2dabdb30b.tar.gz | |
Add ability to add resources to jars
Previously Meson lacked the ability to add resources to jar files.
Fixes #9945
Diffstat (limited to 'docs/yaml/functions')
| -rw-r--r-- | docs/yaml/functions/jar.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/yaml/functions/jar.yaml b/docs/yaml/functions/jar.yaml index 6e8e5ddfc..52f66e532 100644 --- a/docs/yaml/functions/jar.yaml +++ b/docs/yaml/functions/jar.yaml @@ -14,3 +14,7 @@ kwargs: main_class: type: str description: Main class for running the built jar + java_resources: + type: structured_src + since: 0.62.0 + description: Resources to be added to the jar |
