chore: init repo with devshell, gradle wrapper, and release workflow

This commit is contained in:
Lukas Holzner
2026-05-23 01:19:06 +02:00
commit 4496ebcec4
57 changed files with 3112 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Automatically sets up your devbox environment whenever you cd into this
# directory via our direnv integration:
eval "$(devbox generate direnv --print-envrc)"
# check out https://www.jetpack.io/devbox/docs/ide_configuration/direnv/
# for more details