[SIS-xxx] updating abstracto version

adding moderation actions to reaction report embed
fixing syntax in reaction report embed
removing deprecated flag vom tilt file
This commit is contained in:
Sheldan
2024-03-17 13:19:28 +01:00
parent 927f0f8ab2
commit 0bd1e7d120
5 changed files with 17 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ local_resource(
docker_build_with_restart(
registry + 'sissi-bot',
'./application/executable/target/jar',
entrypoint=['java', '-noverify', '-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005', '-cp', '.:./lib/*', 'dev.sheldan.sissi.executable.Application'],
entrypoint=['java', '-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005', '-cp', '.:./lib/*', 'dev.sheldan.sissi.executable.Application'],
dockerfile='./application/executable/Dockerfile',
live_update=[
sync('./application/executable/target/jar/BOOT-INF/lib', '/app/lib'),