biocomp / hubitat_ci

Unit testing framework for Hubitat scripts
Apache License 2.0
9 stars 5 forks source link

Configurable Maven endpoint #48

Closed joelwetzel closed 9 months ago

joelwetzel commented 9 months ago

Makes the endpoint of the Maven repository configurable by setting an environment variable called MAVEN_ENDPOINT.

This will help in dev/testing, so that we can push a candidate build to a test Maven repo, and try it out within projects that test other apps and drivers.

joelwetzel commented 9 months ago

Ok, looks like we're ready for merge! Thanks!