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:
4
src/jvmMain/resources/logback.xml
Normal file
4
src/jvmMain/resources/logback.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<configuration>
|
||||
<root level="OFF" />
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user