deployed version

This commit is contained in:
Gregor Lohaus
2026-02-26 02:15:37 +01:00
parent 84a255abac
commit 56b1da10b8
3 changed files with 14 additions and 4 deletions

View File

@@ -34,6 +34,16 @@ dependencies {
implementation 'io.github.wasabithumb:jtoml-serializer-reflect:1.4.2' implementation 'io.github.wasabithumb:jtoml-serializer-reflect:1.4.2'
} }
graalvmNative {
binaries {
main {
buildArgs.add("--static-nolibc")
buildArgs.add("--libc=glibc")
buildArgs.add("--verbose")
}
}
}
tasks.named('test') { tasks.named('test') {
useJUnitPlatform() useJUnitPlatform()
} }

View File

@@ -28,7 +28,7 @@
</p> </p>
</div> </div>
<div class="col-lg-7 d-flex justify-content-center justify-content-lg-end"> <div class="col-lg-7 d-flex justify-content-center justify-content-lg-end">
<input type="file" id="file-input" hidden> <input type="file" id="file-input" accept="*/*" hidden>
<div id="drop-zone" class="drop-zone text-center py-5 px-4 w-100"> <div id="drop-zone" class="drop-zone text-center py-5 px-4 w-100">
<div class="drop-zone-icon mb-3">&#x1F4C2;</div> <div class="drop-zone-icon mb-3">&#x1F4C2;</div>
<div class="mb-2"> <div class="mb-2">

View File

@@ -36,9 +36,9 @@
scripts.build-backend.exec = '' scripts.build-backend.exec = ''
gradle -p ./Backend build && echo $(date) > ./Backend/buildcompleted.at gradle -p ./Backend build && echo $(date) > ./Backend/buildcompleted.at
''; '';
# enterShell = ''
enterShell = '' # PATH="$(pwd)/x86_64-linux-musl-native/bin:$PATH"
''; # '';
# https://devenv.sh/tasks/ # https://devenv.sh/tasks/
# tasks = { # tasks = {