#!/bin/bash
#
# This should be triggered by the Makefile to generate the build via a Docker
# environment. When the build succeeds, we put the main binary in the host
# environment for archiving.
Moving some code that worked via some manual validation to the workshop.
This just implements a basic code authorization grant scheme. Automated tests are forthcoming, awating some gradle plugin work that should sit outside of this project.