Implement home, homes, sethome

This commit is contained in:
zontreck 2025-03-29 19:50:14 -07:00
parent 8d83e07dd4
commit aebb408e6f
12 changed files with 333 additions and 6 deletions

3
Jenkinsfile vendored
View file

@ -23,7 +23,8 @@ pipeline {
#!/bin/bash
chmod +x gradlew
./gradlew build release
./gradlew build
./gradlew release
'''
}
}