deployed version
This commit is contained in:
@@ -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()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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">📂</div>
|
<div class="drop-zone-icon mb-3">📂</div>
|
||||||
<div class="mb-2">
|
<div class="mb-2">
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user