Up to jar.
Some checks failed
Java CI with Gradle / build (push) Has been cancelled

This commit is contained in:
Michael Lipp 2025-05-04 16:34:05 +02:00
parent 76b579c404
commit c672c19517
8 changed files with 718 additions and 0 deletions

1
project/build.properties Normal file
View file

@ -0,0 +1 @@
sbt.version=1.10.11

1
project/plugins.sbt Normal file
View file

@ -0,0 +1 @@
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "[1.11.1,1.12)")