Build a jvm application (#7)

Application is build and  packaged with the `application plugin`, which will create a  .zip file that includes all runtime dependencies and a starter script.

---------

Co-authored-by: pm47 <pm.padiou@gmail.com>
This commit is contained in:
Fabrice Drouin
2024-03-25 17:52:09 +01:00
committed by pm47
parent f3251e78e5
commit 613610eb14
3 changed files with 31 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<root level="OFF" />
</configuration>