ellenhp / aprs.tools

APRS app for Android
GNU General Public License v3.0
17 stars 1 forks source link

Migrate aprsmonitor jobs to GCP #65

Open ellenhp opened 5 years ago

ellenhp commented 5 years ago

I want to be able to reboot my proxmox containers without breaking prod. I think I want to do this with google cloud build and docker? Idk, open question.

ellenhp commented 5 years ago

Gradle and monorepos don't get along. Maybe move to bazel?

ellenhp commented 5 years ago

Probably a good idea to move to bazel. I have a server, a command line application, two java libraries and an android project in one repo right now and gradle was just not meant to do this. This project could help with managing the secrets, which gradle is currently doing. https://github.com/solarhess/rules_build_secrets

ellenhp commented 5 years ago

Bazel is a) a monumental waste of time, b) not compatible with Kotlin 1.3, and c) very bad at coexisting with maven dependencies.